Package | Description |
---|---|
org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
Modifier and Type | Field and Description |
---|---|
static CmsLocationPickerWidgetValue.MapMode |
CmsLocationPickerWidgetValue.DEFAULT_MODE
The default map mode.
|
Modifier and Type | Method and Description |
---|---|
CmsLocationPickerWidgetValue.MapMode |
CmsLocationPickerWidgetValue.getMode()
Returns the mode.
|
static CmsLocationPickerWidgetValue.MapMode |
CmsLocationPickerWidgetValue.MapMode.parseMode(java.lang.String mode)
Parses the client side mode representation, required as 'static' is a java keyword.
|
static CmsLocationPickerWidgetValue.MapMode |
CmsLocationPickerWidgetValue.MapMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLocationPickerWidgetValue.MapMode[] |
CmsLocationPickerWidgetValue.MapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CmsLocationPickerWidgetValue.setMode(CmsLocationPickerWidgetValue.MapMode mode)
Sets the mode.
|