Class CustomControl
java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.CustomControl
- All Implemented Interfaces:
Serializable
Represents a custom control that can be added to the map.
A button to represent the custom control and the
position where the
button should be displayed within the map should be specified.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected elemental.json.JsonObjectgetJson(int id) voidsetControlButton(Button controlButton) voidsetControlPosition(ControlPosition controlPosition)
-
Constructor Details
-
CustomControl
-
-
Method Details
-
getControlButton
-
setControlButton
-
getControlPosition
-
setControlPosition
-
getJson
protected elemental.json.JsonObject getJson(int id)
-