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