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
Modifier and TypeFieldDescriptionprotected String
The link to open after editing the properties / property definition is finished.protected boolean
Flag which indicates that the property definition dialog needs to be opened. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
editProperties
(org.opencms.util.CmsUUID structureId) Starts the property editor for the resource with the given structure id.protected void
Opens the dialog for creating new property definitions.protected void
This method is called after the property definition dialog is closed.protected void
This method is called after the property dialog is closed.void
Methods 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:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
- Overrides:
onModuleLoad
in 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.
-