Class CmsNavModePropertyEditor
java.lang.Object
org.opencms.gwt.client.property.A_CmsPropertyEditor
org.opencms.ade.sitemap.client.edit.CmsNavModePropertyEditor
- All Implemented Interfaces:
I_CmsFormWidgetMultiFactory
Sitemap entry editor class for the navigation mode.
- Since:
- 8.0.0
-
Field Summary
Fields inherited from class org.opencms.gwt.client.property.A_CmsPropertyEditor
FIELD_LINK, FIELD_URLNAME, m_allProps, m_disabledReason, m_form, m_handler, m_nameOnlyDisabled, m_propertyConfig, m_urlNameField, m_urlNameModel
-
Constructor Summary
ConstructorDescriptionCmsNavModePropertyEditor
(Map<String, org.opencms.xml.content.CmsXmlContentProperty> propertyConfig, I_CmsPropertyEditorHandler handler) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Builds and renders the fields for the properties.protected void
Sets up the widget which will contain the input fields for the properties.Methods inherited from class org.opencms.gwt.client.property.A_CmsPropertyEditor
addSpecialFields, checkWidgetRequirements, createFormWidget, createUrlNameField, disableInput, getForm, getTitle, getUrlNameModel, initializeWidgets, message, setGhostValue, setPropertyNames, setUrlNameField, showUrlNameError
-
Constructor Details
-
CmsNavModePropertyEditor
public CmsNavModePropertyEditor(Map<String, org.opencms.xml.content.CmsXmlContentProperty> propertyConfig, I_CmsPropertyEditorHandler handler) Creates a new instance.- Parameters:
propertyConfig
- the property configurationhandler
- the entry editor handler
-
-
Method Details
-
buildFields
Description copied from class:A_CmsPropertyEditor
Builds and renders the fields for the properties.- Specified by:
buildFields
in classA_CmsPropertyEditor
- See Also:
-
setupFieldContainer
Description copied from class:A_CmsPropertyEditor
Sets up the widget which will contain the input fields for the properties.- Specified by:
setupFieldContainer
in classA_CmsPropertyEditor
- See Also:
-