Uses of Enum
org.opencms.widgets.CmsLocationPickerWidgetValue.MapMode
Packages that use 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
Fields in org.opencms.widgets declared as CmsLocationPickerWidgetValue.MapModeModifier and TypeFieldDescriptionstatic final CmsLocationPickerWidgetValue.MapModeCmsLocationPickerWidgetValue.DEFAULT_MODEThe default map mode.Methods in org.opencms.widgets that return CmsLocationPickerWidgetValue.MapModeModifier 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.Methods in org.opencms.widgets with parameters of type CmsLocationPickerWidgetValue.MapModeModifier and TypeMethodDescriptionvoidCmsLocationPickerWidgetValue.setMode(CmsLocationPickerWidgetValue.MapMode mode) Sets the mode.