| 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 |
|---|---|
CmsResultItemBean |
CmsGalleryService.getInfoForResource(java.lang.String linkPath,
java.lang.String locale) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResultItemBean> |
CmsGallerySearchBean.getResults()
Returns the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGallerySearchBean.setResults(java.util.List<CmsResultItemBean> results)
Sets the results.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResultItemBean |
I_CmsGalleryService.getInfoForResource(java.lang.String path,
java.lang.String locale)
Returns the resource info for a single resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsGalleryServiceAsync.getInfoForResource(java.lang.String path,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResultItemBean> callback)
Returns the resource info for a single resource.
|