| Package | Description |
|---|---|
| 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 |
|---|---|
CmsAccountInfo.Field |
CmsAccountInfo.getField()
Returns the field.
|
static CmsAccountInfo.Field |
CmsAccountInfo.Field.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsAccountInfo.Field[] |
CmsAccountInfo.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsAccountInfo(CmsAccountInfo.Field field,
java.lang.String addInfoKey,
boolean editable)
Constructor.
|