| Package | Description |
|---|---|
| org.opencms.ui.favorites |
| Modifier and Type | Method and Description |
|---|---|
static CmsFavoriteEntry.Type |
CmsFavoriteEntry.Type.fromJsonId(java.lang.String id)
Converts JSON id to correct type.
|
CmsFavoriteEntry.Type |
CmsFavoriteEntry.getType()
Gets the type.
|
static CmsFavoriteEntry.Type |
CmsFavoriteEntry.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsFavoriteEntry.Type[] |
CmsFavoriteEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFavoriteEntry.setType(CmsFavoriteEntry.Type type)
Sets the type.
|