public interface I_CmsAppView extends com.vaadin.navigator.View
Modifier and Type | Method and Description |
---|---|
void |
disableGlobalShortcuts()
Disables the global keyboard shortcuts.
|
void |
enableGlobalShortcuts()
Enables the global keyboard shortcuts.
|
void |
enter(java.lang.String state)
Enters the view.
|
com.vaadin.ui.Component |
getComponent()
Returns the app component, initializes it if required.
|
java.lang.String |
getName()
Returns the view name.
|
boolean |
isCachable()
Returns whether this view should be cached within the user session.
|
com.vaadin.ui.Component |
reinitComponent()
Creates a new component instance.
|
boolean |
requiresRestore()
Returns whether this view needs to be restored from cache.
|
void |
restoreFromCache()
Restores the view from cache.
|
void |
setRequiresRestore(boolean restored)
Sets the requires restore from cache flag.
|
void disableGlobalShortcuts()
void enableGlobalShortcuts()
void enter(java.lang.String state)
state
- the state to setcom.vaadin.ui.Component getComponent()
java.lang.String getName()
boolean isCachable()
true
if the view is cachablecom.vaadin.ui.Component reinitComponent()
boolean requiresRestore()
true
if this view needs to be restored from cachevoid restoreFromCache()
void setRequiresRestore(boolean restored)
restored
- the requires restore from cache flag