Uses of Enum
com.flowingcode.vaadin.addons.googlemaps.ControlPosition
Packages that use ControlPosition
-
Uses of ControlPosition in com.flowingcode.vaadin.addons.googlemaps
Methods in com.flowingcode.vaadin.addons.googlemaps that return ControlPositionModifier and TypeMethodDescriptionCustomControl.getControlPosition()static ControlPositionReturns the enum constant of this type with the specified name.static ControlPosition[]ControlPosition.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowingcode.vaadin.addons.googlemaps with parameters of type ControlPositionModifier and TypeMethodDescriptionvoidCustomControl.setControlPosition(ControlPosition controlPosition) Constructors in com.flowingcode.vaadin.addons.googlemaps with parameters of type ControlPositionModifierConstructorDescriptionCustomControl(Button controlButton, ControlPosition controlPosition)