Class KeyboardNavigation

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

@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class KeyboardNavigation extends AbstractConfigurationObject
Options for keyboard navigation.
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • KeyboardNavigation

      public KeyboardNavigation()

      Constructor for KeyboardNavigation.

    • KeyboardNavigation

      public KeyboardNavigation(Boolean enabled)

      Constructor for KeyboardNavigation.

      Parameters:
      enabled - a Boolean object.
  • Method Details

    • getEnabled

      public Boolean getEnabled()

      Getter for the field enabled.

      Returns:
      a Boolean object.
      See Also:
    • setEnabled

      public void setEnabled(Boolean enabled)
      Enable keyboard navigation for the chart.

      Defaults to: true

      Parameters:
      enabled - a Boolean object.
    • getSkipNullPoints

      public Boolean getSkipNullPoints()

      Getter for the field skipNullPoints.

      Returns:
      a Boolean object.
      See Also:
    • setSkipNullPoints

      public void setSkipNullPoints(Boolean skipNullPoints)
      Skip null points when navigating through points with the keyboard.

      Defaults to: false

      Parameters:
      skipNullPoints - a Boolean object.
    • getTabThroughChartElements

      public Boolean getTabThroughChartElements()

      Getter for the field tabThroughChartElements.

      Returns:
      a Boolean object.
      See Also:
    • setTabThroughChartElements

      public void setTabThroughChartElements(Boolean tabThroughChartElements)
      Enable tab navigation for points. Without this, only arrow keys can be used to navigate between points.

      Defaults to: true

      Parameters:
      tabThroughChartElements - a Boolean object.