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 Summary
ConstructorsConstructorDescriptionConstructor for KeyboardNavigation.KeyboardNavigation(Boolean enabled) Constructor for KeyboardNavigation. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldenabled.Getter for the fieldskipNullPoints.Getter for the fieldtabThroughChartElements.voidsetEnabled(Boolean enabled) Enable keyboard navigation for the chart.voidsetSkipNullPoints(Boolean skipNullPoints) Skip null points when navigating through points with the keyboard.voidsetTabThroughChartElements(Boolean tabThroughChartElements) Enable tab navigation for points.
-
Constructor Details
-
KeyboardNavigation
public KeyboardNavigation()Constructor for KeyboardNavigation.
-
KeyboardNavigation
Constructor for KeyboardNavigation.
- Parameters:
enabled- aBooleanobject.
-
-
Method Details
-
getEnabled
Getter for the field
enabled.- Returns:
- a
Booleanobject. - See Also:
-
setEnabled
Enable keyboard navigation for the chart.Defaults to: true
- Parameters:
enabled- aBooleanobject.
-
getSkipNullPoints
Getter for the field
skipNullPoints.- Returns:
- a
Booleanobject. - See Also:
-
setSkipNullPoints
Skip null points when navigating through points with the keyboard.Defaults to: false
- Parameters:
skipNullPoints- aBooleanobject.
-
getTabThroughChartElements
Getter for the field
tabThroughChartElements.- Returns:
- a
Booleanobject. - See Also:
-
setTabThroughChartElements
Enable tab navigation for points. Without this, only arrow keys can be used to navigate between points.Defaults to: true
- Parameters:
tabThroughChartElements- aBooleanobject.
-