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, showUrlNameError
public CmsSimplePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig, I_CmsPropertyEditorHandler handler)
propConfig
- the property configurationhandler
- the sitemap entry editor handlerpublic void buildFields()
A_CmsPropertyEditor
buildFields
在类中 A_CmsPropertyEditor
A_CmsPropertyEditor.buildFields()
protected void addSpecialFields()
A_CmsPropertyEditor
protected void setupFieldContainer()
A_CmsPropertyEditor