Class CmsLocaleComparePropertyHandler

java.lang.Object
org.opencms.ade.sitemap.client.edit.CmsLocaleComparePropertyHandler
All Implemented Interfaces:
I_CmsPropertyEditorHandler

Property submission handler for the sitemap editor's locale comparison mode.

  • Constructor Summary

    Constructors
    Constructor
    Description
    CmsLocaleComparePropertyHandler(org.opencms.ade.sitemap.shared.CmsLocaleComparePropertyData data)
    Creates a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a list of the names of available properties.
    org.opencms.util.CmsUUID
    Returns the default file id, if available.
    Map<String,org.opencms.gwt.shared.property.CmsClientProperty>
    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
    Returns the structure id of the resource being edited.
    org.opencms.gwt.shared.property.CmsClientProperty
    Returns an inherited property value.
    Returns the class name which should be added when displaying resource info boxes.
    Returns the URL name with which the sitemap entry editor should be initialized.
    Map<String,org.opencms.gwt.shared.property.CmsClientProperty>
    Returns the properties of the resource being edited.
    org.opencms.gwt.shared.CmsListInfoBean
    Returns the page info bean.
    Gets the path of the resource being edited.
    Map<String,org.opencms.gwt.shared.property.CmsClientTemplateBean>
    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
    Checks if the resource being edited is a folder.
    boolean
    Checks whether the property with the given name should be hidden.
    boolean
    Should return true if the sitemap editor is running in simple mode.
    void
    setPageInfo(org.opencms.gwt.shared.CmsListInfoBean pageInfo)
    Sets the page information.
    boolean
    Returns true if the property editor should use only ADE templates.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait