Uses of Enum
org.opencms.widgets.CmsLocationPickerWidgetValue.MapType
Packages that use CmsLocationPickerWidgetValue.MapType
Package
Description
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
-
Uses of CmsLocationPickerWidgetValue.MapType in org.opencms.widgets
Fields in org.opencms.widgets declared as CmsLocationPickerWidgetValue.MapTypeModifier and TypeFieldDescriptionstatic final CmsLocationPickerWidgetValue.MapType
CmsLocationPickerWidgetValue.DEFAULT_TYPE
The default map type.Methods in org.opencms.widgets that return CmsLocationPickerWidgetValue.MapTypeModifier and TypeMethodDescriptionCmsLocationPickerWidgetValue.getType()
Returns the type.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.Methods in org.opencms.widgets with parameters of type CmsLocationPickerWidgetValue.MapTypeModifier and TypeMethodDescriptionvoid
CmsLocationPickerWidgetValue.setType
(CmsLocationPickerWidgetValue.MapType type) Sets the type.