Uses of Enum
org.opencms.widgets.CmsLocationPickerWidgetValue.MapMode
Package
Description
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
-
Uses of CmsLocationPickerWidgetValue.MapMode in org.opencms.widgets
Modifier and TypeFieldDescriptionstatic final CmsLocationPickerWidgetValue.MapMode
CmsLocationPickerWidgetValue.DEFAULT_MODE
The default map mode.Modifier and TypeMethodDescriptionCmsLocationPickerWidgetValue.getMode()
Returns the mode.Parses the client side mode representation, required as 'static' is a java keyword.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 TypeMethodDescriptionvoid
CmsLocationPickerWidgetValue.setMode
(CmsLocationPickerWidgetValue.MapMode mode) Sets the mode.