程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.galleries.shared | |
org.opencms.ade.galleries.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSitemapEntryBean> |
CmsGalleryService.getSubEntries(java.lang.String rootPath,
boolean isRoot) |
protected java.util.List<CmsSitemapEntryBean> |
CmsGalleryService.getSubEntriesInternal(java.lang.String rootPath,
boolean isRoot)
Internal method for getting sitemap sub entries for a given root path.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsSitemapTabHandler.getSelectPath(CmsSitemapEntryBean sitemapEntry)
Gets the path which is used when the sitemap entry is selected.
|
void |
CmsGalleryControllerHandler.onReceiveSitemapPreloadData(CmsSitemapEntryBean sitemapPreloadData)
This method is called when preloaded sitemap tree state data is loaded.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsLazyTreeItem |
CmsSitemapTab.createItem(CmsSitemapEntryBean sitemapEntry)
Helper method for creating a VFS tree item widget from a VFS entry bean.
|
void |
CmsSitemapTab.onReceiveSitemapPreloadData(CmsSitemapEntryBean sitemapPreloadData)
Method which is called when the sitemap preload data is received.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapTab.fill(java.util.List<CmsSitemapEntryBean> entries)
Sets the initial folders in the VFS tab.
|
void |
CmsSitemapTab.fillDefault(java.util.List<CmsSitemapEntryBean> entries)
Default way to fill the sitemap tab.
|
void |
CmsSitemapTab.fillWithPreloadInfo(java.util.List<CmsSitemapEntryBean> entries)
Fills the sitemap tab with preloaded data.
|
限定符和类型 | 方法和说明 |
---|---|
CmsSitemapEntryBean |
CmsGallerySearchBean.getSitemapPreloadData()
Gets the sitemap preload data.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSitemapEntryBean> |
CmsSitemapEntryBean.getChildren()
Returns the children of this entry or
null if not loaded. |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapEntryBean.addChild(CmsSitemapEntryBean child) |
void |
CmsGallerySearchBean.setSitemapPreloadData(CmsSitemapEntryBean preloadData)
Sets the sitemap preload data.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSitemapEntryBean.setChildren(java.util.List<CmsSitemapEntryBean> children)
Sets the children of this entry.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsSitemapEntryBean> |
I_CmsGalleryService.getSubEntries(java.lang.String rootPath,
boolean isRoot)
Returns the sub entries to the given sitemap path.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsGalleryServiceAsync.getSubEntries(java.lang.String rootPath,
boolean isRoot,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsSitemapEntryBean>> callback)
Returns the sub entries to the given sitemap path.
|