Package org.opencms.gwt.client.property
Class CmsSimplePropertyEditorHandler
java.lang.Object
org.opencms.gwt.client.property.CmsSimplePropertyEditorHandler
- All Implemented Interfaces:
I_CmsPropertyEditorHandler
- Direct Known Subclasses:
CmsEditProperties.PropertyEditorHandler
A simpler implementation of the property editor handler interface which only provides
the data to edit a single file's properties (i.e. does not support combined folder/default file
property editing.
- Since:
- 8.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.opencms.gwt.shared.property.CmsPropertiesBean
The data necessary for editing the properties. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets a list of the names of available properties.protected I_CmsContextMenuHandler
Returns the context menu handler.org.opencms.util.CmsUUID
Returns the default file id, if available.Gets the default file path, if available.Returns the default file properties, if available.Returns the text which should be used for the title of the sitemap entry editor dialog.Returns the URL names which the new URL name of the entry must not be equal to.org.opencms.util.CmsUUID
getId()
Returns the structure id of the resource being edited.org.opencms.gwt.shared.property.CmsClientProperty
getInheritedProperty
(String name) Returns an inherited property value.Returns the class name which should be added when displaying resource info boxes.getName()
Returns the URL name with which the sitemap entry editor should be initialized.Returns the properties of the resource being edited.org.opencms.gwt.shared.CmsListInfoBean
Returns the page info bean.getPath()
Gets the path of the resource being edited.Returns a map of beans representing the selectable templates.void
handleSubmit
(String newUrlName, String vfsPath, List<org.opencms.gwt.shared.property.CmsPropertyModification> propertyChanges, boolean editedName, CmsReloadMode reloadMode) Handles the submit action for the sitemap entry editor.boolean
Returns if the handled entry has an editable name.boolean
isFolder()
Checks if the resource being edited is a folder.boolean
isHiddenProperty
(String key) Checks whether the property with the given name should be hidden.boolean
Should return true if the sitemap editor is running in simple mode.protected void
Called when the form is submitted successfully.protected void
saveProperties
(org.opencms.gwt.shared.property.CmsPropertyChangeSet changes, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Save properties.void
setEditableName
(boolean editable) Enables / disables editable file name.void
setPropertiesBean
(org.opencms.gwt.shared.property.CmsPropertiesBean propertiesBean) Sets the data necessary to edit the properties.void
Sets the property saver.boolean
Returns true if the property editor should use only ADE templates.
-
Field Details
-
m_propertiesBean
The data necessary for editing the properties.
-
-
Constructor Details
-
Method Details
-
getAllPropertyNames
Description copied from interface:I_CmsPropertyEditorHandler
Gets a list of the names of available properties.- Specified by:
getAllPropertyNames
in interfaceI_CmsPropertyEditorHandler
- Returns:
- a list of property names
- See Also:
-
getDefaultFileId
Description copied from interface:I_CmsPropertyEditorHandler
Returns the default file id, if available.- Specified by:
getDefaultFileId
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the default file id
- See Also:
-
getDefaultFilePath
Gets the default file path, if available.- Specified by:
getDefaultFilePath
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the default file path
-
getDefaultFileProperties
Description copied from interface:I_CmsPropertyEditorHandler
Returns the default file properties, if available.- Specified by:
getDefaultFileProperties
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the default file properties
- See Also:
-
getDialogTitle
Description copied from interface:I_CmsPropertyEditorHandler
Returns the text which should be used for the title of the sitemap entry editor dialog.- Specified by:
getDialogTitle
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the dialog title for the sitemap entry editor
- See Also:
-
getForbiddenUrlNames
Description copied from interface:I_CmsPropertyEditorHandler
Returns the URL names which the new URL name of the entry must not be equal to.- Specified by:
getForbiddenUrlNames
in interfaceI_CmsPropertyEditorHandler
- Returns:
- a list of forbidden URL names
- See Also:
-
getId
Description copied from interface:I_CmsPropertyEditorHandler
Returns the structure id of the resource being edited.- Specified by:
getId
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the structure id of the resource being edited
- See Also:
-
getInheritedProperty
Description copied from interface:I_CmsPropertyEditorHandler
Returns an inherited property value.This is the value that the resource being edited would inherit if it didn't define its own value for that property.
- Specified by:
getInheritedProperty
in interfaceI_CmsPropertyEditorHandler
- Parameters:
name
- the name of the property- Returns:
- the inherited property
- See Also:
-
getModeClass
Description copied from interface:I_CmsPropertyEditorHandler
Returns the class name which should be added when displaying resource info boxes.- Specified by:
getModeClass
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the class name to use for displaying resource info boxes
- See Also:
-
getName
Description copied from interface:I_CmsPropertyEditorHandler
Returns the URL name with which the sitemap entry editor should be initialized.- Specified by:
getName
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the initial URL name
- See Also:
-
getOwnProperties
Description copied from interface:I_CmsPropertyEditorHandler
Returns the properties of the resource being edited.- Specified by:
getOwnProperties
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the properties of the resource being edited
- See Also:
-
getPageInfo
Description copied from interface:I_CmsPropertyEditorHandler
Returns the page info bean.- Specified by:
getPageInfo
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the page info bean
- See Also:
-
getPath
Description copied from interface:I_CmsPropertyEditorHandler
Gets the path of the resource being edited.- Specified by:
getPath
in interfaceI_CmsPropertyEditorHandler
- Returns:
- the path of the resource being edited
- See Also:
-
getPossibleTemplates
Description copied from interface:I_CmsPropertyEditorHandler
Returns a map of beans representing the selectable templates.- Specified by:
getPossibleTemplates
in interfaceI_CmsPropertyEditorHandler
- Returns:
- a map of selectable templates
- See Also:
-
handleSubmit
public void handleSubmit(String newUrlName, String vfsPath, List<org.opencms.gwt.shared.property.CmsPropertyModification> propertyChanges, boolean editedName, CmsReloadMode reloadMode) Description copied from interface:I_CmsPropertyEditorHandler
Handles the submit action for the sitemap entry editor.- Specified by:
handleSubmit
in interfaceI_CmsPropertyEditorHandler
- Parameters:
newUrlName
- the new url namevfsPath
- the new vfs pathpropertyChanges
- the property changeseditedName
- if true, the URL name has been editedreloadMode
- the information about which entry should reloaded- See Also:
-
hasEditableName
Description copied from interface:I_CmsPropertyEditorHandler
Returns if the handled entry has an editable name.- Specified by:
hasEditableName
in interfaceI_CmsPropertyEditorHandler
- Returns:
true
if the handled entry has an editable name- See Also:
-
isFolder
Description copied from interface:I_CmsPropertyEditorHandler
Checks if the resource being edited is a folder.- Specified by:
isFolder
in interfaceI_CmsPropertyEditorHandler
- Returns:
- true if the resource being edited is a folder
- See Also:
-
isHiddenProperty
Description copied from interface:I_CmsPropertyEditorHandler
Checks whether the property with the given name should be hidden.- Specified by:
isHiddenProperty
in interfaceI_CmsPropertyEditorHandler
- Parameters:
key
- the property name- Returns:
- true if the property should be hidden
- See Also:
-
isSimpleMode
Description copied from interface:I_CmsPropertyEditorHandler
Should return true if the sitemap editor is running in simple mode.- Specified by:
isSimpleMode
in interfaceI_CmsPropertyEditorHandler
- Returns:
- true if the sitemap editor is running in simple mode
- See Also:
-
setEditableName
Enables / disables editable file name.- Parameters:
editable
- true if the file name should be editable
-
setPropertySaver
Sets the property saver.- Parameters:
saver
- the property saver
-
useAdeTemplates
Description copied from interface:I_CmsPropertyEditorHandler
Returns true if the property editor should use only ADE templates.- Specified by:
useAdeTemplates
in interfaceI_CmsPropertyEditorHandler
- Returns:
- true if the property editor should use only ADE templates
- See Also:
-
getContextMenuHandler
Returns the context menu handler.- Returns:
- the context menu handler
-
onSubmitSuccess
Called when the form is submitted successfully.
-