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 Details

    • m_needsPropertyDefinitionDialog

      Flag which indicates that the property definition dialog needs to be opened.
  • Constructor Details

  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Specified by:
      onModuleLoad in interface com.google.gwt.core.client.EntryPoint
      Overrides:
      onModuleLoad in class A_CmsEntryPoint
      See Also:
    • editProperties

      protected void editProperties(org.opencms.util.CmsUUID structureId)
      Starts the property editor for the resource with the given structure id.

      Parameters:
      structureId - the structure id of a resource
    • editPropertyDefinition

      protected void editPropertyDefinition()
      Opens the dialog for creating new property definitions.

    • onClosePropertyDefinitionDialog

      This method is called after the property definition dialog is closed.

    • onClosePropertyDialog

      protected void onClosePropertyDialog()
      This method is called after the property dialog is closed.