程序包 | 说明 |
---|---|
org.opencms.ade.postupload.client.ui | |
org.opencms.ade.sitemap.client.control |
Sitemap controller package.
|
org.opencms.ade.sitemap.client.edit |
Sitemap entry editor.
|
org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.property | |
org.opencms.gwt.shared.property |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUploadPropertyEditorHandler.handleSubmit(java.lang.String newUrlName,
java.lang.String vfsPath,
java.util.List<CmsPropertyModification> propertyChanges,
boolean editedName,
CmsReloadMode reloadMode) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapController.executePropertyModification(CmsPropertyModification propMod)
Applies the given property modification.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapController.edit(CmsClientSitemapEntry entry,
java.util.List<CmsPropertyModification> propertyChanges,
CmsReloadMode reloadStatus)
Edits the given sitemap entry.
|
void |
CmsSitemapController.editAndChangeName(CmsClientSitemapEntry entry,
java.lang.String newUrlName,
java.util.List<CmsPropertyModification> propertyChanges,
boolean keepNewStatus,
CmsReloadMode reloadStatus)
Edits an entry and changes its URL name.
|
protected CmsSitemapChange |
CmsSitemapController.getChangeForEdit(CmsClientSitemapEntry entry,
java.util.List<CmsPropertyModification> propertyChanges)
Creates a change object for an edit operation.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsEditEntryHandler.handleSubmit(java.lang.String newUrlName,
java.lang.String vfsPath,
java.util.List<CmsPropertyModification> propertyChanges,
boolean editedName,
CmsReloadMode reloadStatus) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyModification> |
CmsSitemapChange.getPropertyChanges()
Gets the list of property changes.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapChange.setPropertyChanges(java.util.List<CmsPropertyModification> propertyChanges)
Sets the list of property changes.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsService.internalUpdateProperties(CmsObject cms,
CmsResource ownRes,
java.util.List<CmsPropertyModification> propertyModifications)
Updates properties for a resource and possibly its detail page.
|
限定符和类型 | 方法和说明 |
---|---|
protected java.util.List<CmsPropertyModification> |
CmsPropertySubmitHandler.getPropertyChanges(java.util.Map<java.lang.String,java.lang.String> fieldValues)
Converts a map of field values to a list of property changes.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSimplePropertyEditorHandler.handleSubmit(java.lang.String newUrlName,
java.lang.String vfsPath,
java.util.List<CmsPropertyModification> propertyChanges,
boolean editedName,
CmsReloadMode reloadMode) |
void |
I_CmsPropertyEditorHandler.handleSubmit(java.lang.String newUrlName,
java.lang.String vfsPath,
java.util.List<CmsPropertyModification> propertyChanges,
boolean editedName,
CmsReloadMode reloadMode)
Handles the submit action for the sitemap entry editor.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyModification> |
CmsPropertyChangeSet.getChanges()
Gets the list of property change beans.
|
构造器和说明 |
---|
CmsPropertyModification(CmsPropertyModification propMod)
Copy constructor.
|
构造器和说明 |
---|
CmsPropertyChangeSet(CmsUUID target,
java.util.List<CmsPropertyModification> propertyChanges)
Creates a new property change set.
|