| 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<CmsGalleryFolderBean> |
CmsGalleryService.getGalleries(java.util.List<java.lang.String> resourceTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGalleryTreeEntry
Gallery tree entry class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsGalleryFolderBean> |
CmsGalleryDataBean.getGalleries()
Returns the galleries map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setGalleries(java.util.List<CmsGalleryFolderBean> galleries)
Sets the galleries map.
|
| Constructor and Description |
|---|
CmsGalleryTreeEntry(CmsGalleryFolderBean master)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsGalleryFolderBean> |
I_CmsGalleryService.getGalleries(java.util.List<java.lang.String> resourceTypes)
Returns the available galleries depending on the given resource types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getGalleries(java.util.List<java.lang.String> resourceTypes,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsGalleryFolderBean>> callback)
Returns the available galleries depending on the given resource types.
|