| Package | Description |
|---|---|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ade.galleries.shared.rpc |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSitemapEntryBean> |
CmsGalleryService.getSubEntries(java.lang.String rootPath,
boolean isRoot,
java.lang.String filter) |
protected java.util.List<CmsSitemapEntryBean> |
CmsGalleryService.getSubEntriesInternal(java.lang.String rootPath,
boolean isRoot,
java.lang.String filter)
Internal method for getting sitemap sub entries for a given root path.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSitemapEntryBean |
CmsGallerySearchBean.getSitemapPreloadData()
Gets the sitemap preload data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSitemapEntryBean> |
CmsSitemapEntryBean.getChildren()
Returns the children of this entry or
null if not loaded. |
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapEntryBean.addChild(CmsSitemapEntryBean child) |
void |
CmsGallerySearchBean.setSitemapPreloadData(CmsSitemapEntryBean preloadData)
Sets the sitemap preload data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSitemapEntryBean.setChildren(java.util.List<CmsSitemapEntryBean> children)
Sets the children of this entry.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsSitemapEntryBean> |
I_CmsGalleryService.getSubEntries(java.lang.String rootPath,
boolean isRoot,
java.lang.String filter)
Returns the sub entries to the given sitemap path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getSubEntries(java.lang.String rootPath,
boolean isRoot,
java.lang.String filter,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsSitemapEntryBean>> callback)
Returns the sub entries to the given sitemap path.
|