public class CmsSimplePropertyEditor extends A_CmsPropertyEditor
FIELD_LINK, FIELD_URLNAME, m_allProps, m_disabledReason, m_form, m_handler, m_propertyConfig, m_urlNameField, m_urlNameModel| 构造器和说明 |
|---|
CmsSimplePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig,
I_CmsPropertyEditorHandler handler)
Creates a new sitemap entry editor instance for the VFS mode.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addSpecialFields()
Method to add special, non-property fields.
|
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.
|
checkWidgetRequirements, createFormWidget, createUrlNameField, disableInput, getForm, getTitle, getUrlNameModel, initializeWidgets, message, setGhostValue, setPropertyNames, setUrlNameField, showUrlNameErrorpublic CmsSimplePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig, I_CmsPropertyEditorHandler handler)
propConfig - the property configurationhandler - the sitemap entry editor handlerpublic void buildFields()
A_CmsPropertyEditorbuildFields 在类中 A_CmsPropertyEditorA_CmsPropertyEditor.buildFields()protected void addSpecialFields()
A_CmsPropertyEditorprotected void setupFieldContainer()
A_CmsPropertyEditor