public interface I_CmsWorkplaceApp
| Modifier and Type | Method and Description |
|---|---|
void |
initUI(I_CmsAppUIContext context)
Within this method the app UI should be initialized.
|
void |
onStateChange(java.lang.String state)
Called on navigation events.
|
void initUI(I_CmsAppUIContext context)
Use the context to add the app's components to the UI.
context - the UI contextvoid onStateChange(java.lang.String state)
state - the app state to show