| 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 |
|---|---|
static CmsVfsEntryBean |
CmsGalleryService.generateVfsPreloadData(CmsObject cms,
CmsTreeOpenState vfsState,
java.util.Set<java.lang.String> folders)
Generates the pre-loaded contents for the VFS tab of the gallery dialog.
|
static CmsVfsEntryBean |
CmsGalleryService.internalCreateVfsEntryBean(CmsObject cms,
CmsResource resource,
java.lang.String title,
boolean isRoot,
boolean isEditable,
java.util.List<CmsVfsEntryBean> children,
boolean isMatch)
Creates the VFS entry bean for a resource.
|
CmsVfsEntryBean |
CmsGalleryService.loadVfsEntryBean(java.lang.String path,
java.lang.String filter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsVfsEntryBean> |
CmsGalleryService.getSubFolders(java.lang.String rootPath) |
| Modifier and Type | Method and Description |
|---|---|
static CmsVfsEntryBean |
CmsGalleryService.internalCreateVfsEntryBean(CmsObject cms,
CmsResource resource,
java.lang.String title,
boolean isRoot,
boolean isEditable,
java.util.List<CmsVfsEntryBean> children,
boolean isMatch)
Creates the VFS entry bean for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
CmsVfsEntryBean |
CmsGalleryDataBean.getVfsPreloadData()
Returns the vfsPreloadData.
|
CmsVfsEntryBean |
CmsGallerySearchBean.getVfsPreloadData()
Gets the VFS preload data.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsVfsEntryBean> |
CmsVfsEntryBean.getChildren() |
java.util.List<CmsVfsEntryBean> |
CmsGalleryDataBean.getVfsRootFolders()
Returns the list of root folders to display in the VFS tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVfsEntryBean.addChild(CmsVfsEntryBean child) |
void |
CmsGalleryDataBean.setVfsPreloadData(CmsVfsEntryBean vfsPreloadData)
Sets the vfsPreloadData.
|
void |
CmsGallerySearchBean.setVfsPreloadData(CmsVfsEntryBean preloadData)
Sets the VFS tree preload data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVfsEntryBean.setChildren(java.util.List<CmsVfsEntryBean> children)
Sets the list of children.
|
void |
CmsGalleryDataBean.setVfsRootFolders(java.util.List<CmsVfsEntryBean> rootFolders)
Sets the root folders to be displayed in the VFS folder tab.
|
| Constructor and Description |
|---|
CmsVfsEntryBean(java.lang.String rootPath,
CmsUUID structureId,
java.lang.String title,
java.lang.String iconClasses,
boolean isRoot,
boolean editable,
java.util.List<CmsVfsEntryBean> preloadedChildren,
boolean isMatch)
Creates a new VFS entry bean.
|
| Modifier and Type | Method and Description |
|---|---|
CmsVfsEntryBean |
I_CmsGalleryService.loadVfsEntryBean(java.lang.String path,
java.lang.String filter)
Loads the root VFS entry bean for the given site root.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsVfsEntryBean> |
I_CmsGalleryService.getSubFolders(java.lang.String path)
Gets the sub-folders of a folder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getSubFolders(java.lang.String path,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Gets the sub-folders of a folder.
|
void |
I_CmsGalleryServiceAsync.loadVfsEntryBean(java.lang.String path,
java.lang.String filter,
com.google.gwt.user.client.rpc.AsyncCallback<CmsVfsEntryBean> resultCallback)
Loads the root VFS entry bean for the given site root.
|