| Package | Description |
|---|---|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListManager.CategoryMode |
CmsListManager.ListConfigurationBean.getCategoryMode()
Gets the category mode.
|
static CmsListManager.CategoryMode |
CmsListManager.CategoryMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsListManager.CategoryMode[] |
CmsListManager.CategoryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListManager.ListConfigurationBean.setCategoryMode(CmsListManager.CategoryMode categoryMode)
Sets the category mode.
|