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.
|
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()