Class MapNavigationButtons
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.MapNavigationButtons
- All Implemented Interfaces:
Serializable
MapNavigationButtons class.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldzoomIn.Getter for the fieldzoomOut.voidOptions for the zoom in button.voidsetZoomOut(ZoomOut zoomOut) Options for the zoom out button.
-
Constructor Details
-
MapNavigationButtons
public MapNavigationButtons()Constructor for MapNavigationButtons.
-
-
Method Details
-
getZoomIn
Getter for the field
zoomIn.- Returns:
- a
ZoomInobject. - See Also:
-
setZoomIn
Options for the zoom in button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the onclick, text and y options are individual.- Parameters:
zoomIn- aZoomInobject.
-
getZoomOut
Getter for the field
zoomOut.- Returns:
- a
ZoomOutobject. - See Also:
-
setZoomOut
Options for the zoom out button. Properties for the zoom in and zoom out buttons are inherited from mapNavigation.buttonOptions, while individual options can be overridden. By default, the onclick, text and y options are individual..- Parameters:
zoomOut- aZoomOutobject.
-