程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client | |
org.opencms.ade.contenteditor.client | |
org.opencms.ade.galleries.client |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContainerpageController.getElement(java.lang.String clientId,
I_CmsSimpleCallback<CmsContainerElementData> callback)
Requests the data for a container element specified by the client id.
|
void |
CmsContainerpageController.getElements(java.util.Set<java.lang.String> clientIds,
I_CmsSimpleCallback<java.util.Map<java.lang.String,CmsContainerElementData>> callback)
Requests the data for container elements specified by the client id.
|
void |
CmsContainerpageController.getNewElement(java.lang.String resourceType,
I_CmsSimpleCallback<CmsContainerElementData> callback)
Returns the element data for a resource type representing a new element.
|
void |
CmsContainerpageController.loadFavorites(I_CmsSimpleCallback<java.util.List<CmsContainerElementData>> callback)
Loads the favorite list and adds the elements to the favorite list widget of the tool-bar menu.
|
void |
CmsContainerpageController.loadRecent(I_CmsSimpleCallback<java.util.List<CmsContainerElementData>> callback)
Loads the recent list and adds the elements to the recent list widget of the tool-bar menu.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsContentEditor.loadDefinition(java.lang.String entityId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
void |
CmsContentEditor.loadDefinition(java.lang.String entityId,
java.lang.String newLink,
CmsUUID modelFileId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
void |
CmsContentEditor.loadNewDefinition(java.lang.String entityId,
I_CmsSimpleCallback<CmsContentDefinition> callback)
Loads the content definition for the given entity and executes the callback on success.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryController.getSubEntries(java.lang.String rootPath,
boolean isRoot,
I_CmsSimpleCallback<java.util.List<CmsSitemapEntryBean>> callback)
Loads the sub entries for the given path.
|
void |
CmsSitemapTabHandler.getSubEntries(java.lang.String rootPath,
boolean isRoot,
I_CmsSimpleCallback<java.util.List<CmsSitemapEntryBean>> callback)
Loads the sub entries for the given path.
|