| 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.MapType |
CmsLocationPickerWidgetValue.DEFAULT_TYPE
The default map type.
|
| Modifier and Type | Method and Description |
|---|---|
CmsLocationPickerWidgetValue.MapType |
CmsLocationPickerWidgetValue.getType()
Returns the type.
|
static CmsLocationPickerWidgetValue.MapType |
CmsLocationPickerWidgetValue.MapType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLocationPickerWidgetValue.MapType[] |
CmsLocationPickerWidgetValue.MapType.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.setType(CmsLocationPickerWidgetValue.MapType type)
Sets the type.
|