程序包 | 说明 |
---|---|
org.opencms.ade.postupload.client.ui | |
org.opencms.ade.sitemap.client.edit |
Sitemap entry editor.
|
org.opencms.ade.sitemap.client.hoverbar |
Sitemap entry hoverbar.
|
org.opencms.gwt.client.property | |
org.opencms.gwt.client.seo |
限定符和类型 | 类和说明 |
---|---|
class |
CmsUploadPropertyEditorHandler
The property editor handler class for editing properties of uploaded files.
|
构造器和说明 |
---|
CmsUploadPropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig,
I_CmsPropertyEditorHandler handler)
Creates a new instance.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsSitemapEntryEditorHandler
The skeleton for the sitemap entry editor handlers.
|
class |
CmsEditEntryHandler
The mode handler for the 'edit entry' mode of the sitemap entry editor.
|
构造器和说明 |
---|
CmsNavModePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyConfig,
I_CmsPropertyEditorHandler handler)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
protected A_CmsPropertyEditor |
CmsEditMenuEntry.createEntryEditor(I_CmsPropertyEditorHandler handler,
java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig)
Creates the right sitemap entry editor for the current mode.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsSimplePropertyEditorHandler
A simpler implementation of the property editor handler interface which only provides
the data to edit a single file's properties (i.e. does not support combined folder/default file
property editing.
|
限定符和类型 | 字段和说明 |
---|---|
protected I_CmsPropertyEditorHandler |
A_CmsPropertyEditor.m_handler
The handler for this sitemap entry editor.
|
构造器和说明 |
---|
A_CmsPropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propertyConfig,
I_CmsPropertyEditorHandler handler)
Creates a new sitemap entry editor.
|
CmsPropertySubmitHandler(I_CmsPropertyEditorHandler handler)
Creates a new instance.
|
CmsSimplePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig,
I_CmsPropertyEditorHandler handler)
Creates a new sitemap entry editor instance for the VFS mode.
|
CmsVfsModePropertyEditor(java.util.Map<java.lang.String,CmsXmlContentProperty> propConfig,
I_CmsPropertyEditorHandler handler)
Creates a new sitemap entry editor instance for the VFS mode.
|
构造器和说明 |
---|
CmsSeoOptionsDialog(CmsUUID structureId,
CmsListInfoBean infoBean,
java.util.List<CmsAliasBean> aliases,
java.util.Map<java.lang.String,CmsXmlContentProperty> propertyConfig,
I_CmsPropertyEditorHandler propertyEditorHandler)
Creates a new dialog instance.
|