Package org.opencms.ui.util
Class CmsNewResourceBuilder.PropertyEditorHelper
java.lang.Object
org.opencms.gwt.CmsPropertyEditorHelper
org.opencms.ui.util.CmsNewResourceBuilder.PropertyEditorHelper
- Enclosing class:
- CmsNewResourceBuilder
Property helper subclass which is responsible for loading the initial property data to display in the property
dialog for a resource to be created in the New dialog.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLoads the data needed for editing the properties of a resource.Methods inherited from class org.opencms.gwt.CmsPropertyEditorHelper
convertProperties, getDefaultProperties, getDefaultPropertiesForType, getPropertiesByName, isWritable, overrideStructureId, saveProperties, setUpdateIndex, updateWysiwygConfig
-
Constructor Details
-
PropertyEditorHelper
Creates a new instance.- Parameters:
cms
- the CMS cntext
-
-
Method Details
-
loadPropertyData
Loads the data needed for editing the properties of a resource.- Overrides:
loadPropertyData
in classCmsPropertyEditorHelper
- Parameters:
id
- the structure id of the resource (ignored)- Returns:
- the data needed for editing the properties
- Throws:
CmsException
- if something goes wrong
-