| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean.StateIcon |
CmsListInfoBean.getStateIcon()
Returns the state icon.
|
static CmsListInfoBean.StateIcon |
CmsListInfoBean.StateIcon.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsListInfoBean.StateIcon[] |
CmsListInfoBean.StateIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsListInfoBean.setStateIcon(CmsListInfoBean.StateIcon stateIcon)
Sets the state icon.
|