Class CmsPropertiesEntryPoint
java.lang.Object
org.opencms.gwt.client.A_CmsEntryPoint
org.opencms.ade.properties.client.CmsPropertiesEntryPoint
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
Entry point class for the standalone ADE properties dialog.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe link to open after editing the properties / property definition is finished.protected booleanFlag which indicates that the property definition dialog needs to be opened. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voideditProperties(org.opencms.util.CmsUUID structureId) Starts the property editor for the resource with the given structure id.protected voidOpens the dialog for creating new property definitions.protected voidThis method is called after the property definition dialog is closed.protected voidThis method is called after the property dialog is closed.voidMethods inherited from class org.opencms.gwt.client.A_CmsEntryPoint
enableRemoteExceptionHandler
-
Field Details
-
m_closeLink
The link to open after editing the properties / property definition is finished. -
m_needsPropertyDefinitionDialog
Flag which indicates that the property definition dialog needs to be opened.
-
-
Constructor Details
-
CmsPropertiesEntryPoint
public CmsPropertiesEntryPoint()
-
-
Method Details
-
onModuleLoad
- Specified by:
onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint- Overrides:
onModuleLoadin classA_CmsEntryPoint- See Also:
-
editProperties
Starts the property editor for the resource with the given structure id.- Parameters:
structureId- the structure id of a resource
-
editPropertyDefinition
Opens the dialog for creating new property definitions. -
onClosePropertyDefinitionDialog
This method is called after the property definition dialog is closed. -
onClosePropertyDialog
This method is called after the property dialog is closed.
-