| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.ui.components.extensions |
Contains Vaadin UI extensions
|
| org.opencms.ui.util |
Utilities for Vaadin workplace code
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceTypeConfig.configureCreateNewElement(CmsObject cms,
java.lang.String pageFolderRootPath,
CmsNewResourceBuilder builder)
Similar to createNewElement, but just sets parameters on a resource builder instead of actually creating the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPropertyDialogExtension.editPropertiesForNewResource(CmsNewResourceBuilder builder)
Opens the property dialog for a resource to be created with the 'New' dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsNewResourceBuilder.I_Callback.onResourceCreated(CmsNewResourceBuilder builder)
This should be called after the resource is fully created and its properties have been set.
|