public class CmsCacheViewApp extends A_CmsWorkplaceApp
| Modifier and Type | Class and Description |
|---|---|
static class |
CmsCacheViewApp.Mode
Modes to run this app.
|
A_CmsWorkplaceApp.NavEntrym_infoLayout, m_rootLayout, m_uiContext, PARAM_ASSIGN, PARAM_SEPARATOR| Constructor and Description |
|---|
CmsCacheViewApp(CmsCacheViewApp.Mode mode)
public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getBreadCrumbForState(java.lang.String state)
Returns the current bread crumb entries in an ordered map.
|
protected com.vaadin.ui.Component |
getComponentForState(java.lang.String state)
Returns the app component for the given state.
|
protected static CmsInfoButton |
getFlexStatisticButton()
Creates in info button for flex cache statistics.
|
protected static CmsInfoButton |
getImageStatisticButton()
Creates in info button for image cache statistics.
|
static CmsInfoButton |
getJavaStatisticButton()
Creates in info button for java cache statistics.
|
static CmsInfoButton |
getJavaStatisticButton(CmsMemoryStatus memory)
Creates in info button for java cache statistics.
|
static com.vaadin.v7.ui.ProgressBar |
getProgressBar(float value)
Gets a Progressbar with css style set.
|
protected java.util.List<A_CmsWorkplaceApp.NavEntry> |
getSubNavEntries(java.lang.String state)
Returns the sub navigation entries.
|
addParamToState, addSubNavEntry, getLastPathLevel, getOfflineCmsObject, getParamFromState, getParamsFromState, initUI, onStateChange, openSubView, setBreadCrumbEntries, updateBreadCrumb, updateSubNavpublic CmsCacheViewApp(CmsCacheViewApp.Mode mode)
mode - of apppublic static CmsInfoButton getJavaStatisticButton()
public static CmsInfoButton getJavaStatisticButton(CmsMemoryStatus memory)
memory - memory objectpublic static com.vaadin.v7.ui.ProgressBar getProgressBar(float value)
value - of the barprotected static CmsInfoButton getFlexStatisticButton()
protected static CmsInfoButton getImageStatisticButton()
protected java.util.LinkedHashMap<java.lang.String,java.lang.String> getBreadCrumbForState(java.lang.String state)
A_CmsWorkplaceAppgetBreadCrumbForState in class A_CmsWorkplaceAppstate - the current stateA_CmsWorkplaceApp.getBreadCrumbForState(java.lang.String)protected com.vaadin.ui.Component getComponentForState(java.lang.String state)
A_CmsWorkplaceAppgetComponentForState in class A_CmsWorkplaceAppstate - the state to renderA_CmsWorkplaceApp.getComponentForState(java.lang.String)protected java.util.List<A_CmsWorkplaceApp.NavEntry> getSubNavEntries(java.lang.String state)
A_CmsWorkplaceAppgetSubNavEntries in class A_CmsWorkplaceAppstate - the stateA_CmsWorkplaceApp.getSubNavEntries(java.lang.String)