Uses of Class
org.opencms.ui.util.CmsNewResourceBuilder
-
Packages that use CmsNewResourceBuilder 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. -
-
Uses of CmsNewResourceBuilder in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration with parameters of type CmsNewResourceBuilder Modifier and Type Method 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. -
Uses of CmsNewResourceBuilder in org.opencms.ui.components.extensions
Methods in org.opencms.ui.components.extensions with parameters of type CmsNewResourceBuilder Modifier and Type Method Description void
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
Methods in org.opencms.ui.util with parameters of type CmsNewResourceBuilder Modifier and Type Method Description void
CmsNewResourceBuilder.I_Callback. onResourceCreated(CmsNewResourceBuilder builder)
This should be called after the resource is fully created and its properties have been set.
-