| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsGalleryProviderConstants.SortParams |
CmsGalleryDataBean.getSortOrder()
Gets the result sort order.
|
static I_CmsGalleryProviderConstants.SortParams |
I_CmsGalleryProviderConstants.SortParams.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.SortParams[] |
I_CmsGalleryProviderConstants.SortParams.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setSortOrder(I_CmsGalleryProviderConstants.SortParams sortOrder)
Sets the result sort order.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsGalleryProviderConstants.SortParams |
CmsWorkplaceSettings.getLastGalleryResultOrder()
Gets the last result sort order for the gallery dialog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceSettings.setLastGalleryResultOrder(I_CmsGalleryProviderConstants.SortParams order)
Sets the last sort order used for the gallery results.
|