Class MapNavigationButtons

java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.MapNavigationButtons
All Implemented Interfaces:
Serializable

public class MapNavigationButtons extends AbstractConfigurationObject

MapNavigationButtons class.

Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • MapNavigationButtons

      public MapNavigationButtons()

      Constructor for MapNavigationButtons.

  • Method Details

    • getZoomIn

      public ZoomIn getZoomIn()

      Getter for the field zoomIn.

      Returns:
      a ZoomIn object.
      See Also:
    • setZoomIn

      public void setZoomIn(ZoomIn zoomIn)
      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 - a ZoomIn object.
    • getZoomOut

      public ZoomOut getZoomOut()

      Getter for the field zoomOut.

      Returns:
      a ZoomOut object.
      See Also:
    • setZoomOut

      public void setZoomOut(ZoomOut zoomOut)
      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 - a ZoomOut object.