| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean.LockIcon |
CmsListInfoBean.getLockIcon()
Returns the lock icon.
|
static CmsListInfoBean.LockIcon |
CmsListInfoBean.LockIcon.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsListInfoBean.LockIcon[] |
CmsListInfoBean.LockIcon.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.setLockIcon(CmsListInfoBean.LockIcon lockIcon)
Sets the lock icon.
|