public class CmsNavModePropertyEditor extends A_CmsPropertyEditor
FIELD_LINK, FIELD_URLNAME, m_allProps, m_disabledReason, m_form, m_handler, m_propertyConfig, m_urlNameField, m_urlNameModel| 构造器和说明 |
|---|
CmsNavModePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyConfig,
I_CmsPropertyEditorHandler handler)
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildFields()
Builds and renders the fields for the properties.
|
protected void |
setupFieldContainer()
Sets up the widget which will contain the input fields for the properties.
|
addSpecialFields, checkWidgetRequirements, createFormWidget, createUrlNameField, disableInput, getForm, getTitle, getUrlNameModel, initializeWidgets, message, setGhostValue, setPropertyNames, setUrlNameField, showUrlNameErrorpublic CmsNavModePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyConfig, I_CmsPropertyEditorHandler handler)
propertyConfig - the property configurationhandler - the entry editor handlerpublic void buildFields()
A_CmsPropertyEditorbuildFields 在类中 A_CmsPropertyEditorA_CmsPropertyEditor.buildFields()protected void setupFieldContainer()
A_CmsPropertyEditor