| Package | Description |
|---|---|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.components.extensions |
Contains Vaadin UI extensions
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Button |
I_CmsAppUIContext.addPublishButton(I_CmsUpdateListener<java.lang.String> updateListener)
Adds the publish button to the toolbar.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Button |
CmsAppViewLayout.addPublishButton(I_CmsUpdateListener<java.lang.String> updateListener) |
static com.vaadin.ui.Button |
CmsAppViewLayout.createPublishButton(I_CmsUpdateListener<java.lang.String> updateListener)
Creates the publish button.
|
| Constructor and Description |
|---|
CmsGwtDialogExtension(com.vaadin.ui.UI ui,
I_CmsUpdateListener<java.lang.String> updateListener)
Creates a new instance and binds it to a UI instance.
|
CmsPropertyDialogExtension(com.vaadin.ui.UI ui,
I_CmsUpdateListener<java.lang.String> updateListener)
Creates a new instance and binds it to a UI instance.
|