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
ConstructorsConstructorDescriptionCmsNavModePropertyEditor(Map<String, org.opencms.xml.content.CmsXmlContentProperty> propertyConfig, I_CmsPropertyEditorHandler handler) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidBuilds and renders the fields for the properties.protected voidSets 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_CmsPropertyEditorBuilds and renders the fields for the properties.- Specified by:
buildFieldsin classA_CmsPropertyEditor- See Also:
-
setupFieldContainer
Description copied from class:A_CmsPropertyEditorSets up the widget which will contain the input fields for the properties.- Specified by:
setupFieldContainerin classA_CmsPropertyEditor- See Also:
-