Package org.opencms.ui.util
Class CmsNewResourceBuilder.PropertyEditorHelper
- java.lang.Object
-
- org.opencms.gwt.CmsPropertyEditorHelper
-
- org.opencms.ui.util.CmsNewResourceBuilder.PropertyEditorHelper
-
- Enclosing class:
- CmsNewResourceBuilder
public class CmsNewResourceBuilder.PropertyEditorHelper extends CmsPropertyEditorHelper
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
Constructors Constructor Description PropertyEditorHelper(CmsObject cms)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmsPropertiesBean
loadPropertyData(CmsUUID id)
Loads 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 Detail
-
PropertyEditorHelper
public PropertyEditorHelper(CmsObject cms)
Creates a new instance.- Parameters:
cms
- the CMS cntext
-
-
Method Detail
-
loadPropertyData
public CmsPropertiesBean loadPropertyData(CmsUUID id) throws CmsException
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
-
-