Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Packages that use KeyboardEvent
Package
Description
-
Uses of KeyboardEvent in org.vaadin.addons.componentfactory.leaflet.layer.events
Subclasses of KeyboardEvent in org.vaadin.addons.componentfactory.leaflet.layer.eventsModifier and TypeClassDescriptionclassEvent fired by aLeafletMapwhen the user presses a key from the keyboard while the map is focused.classEvent fired by aLeafletMapwhen the user presses a key from the keyboard that produces a character value while the map is focused.classEvent fired by aLeafletMapwhen the user releases a key from the keyboard while the map is focused. -
Uses of KeyboardEvent in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.events.supports with type arguments of type KeyboardEventModifier and TypeMethodDescriptiondefault voidSupportsKeyboardEvents.onKeyDown(LeafletEventListener<KeyboardEvent> listener) Fired when the user presses a key from the keyboard while the map is focused.default voidSupportsKeyboardEvents.onKeyPress(LeafletEventListener<KeyboardEvent> listener) Fired when the user presses a key from the keyboard that produces a character value while the map is focused.default voidSupportsKeyboardEvents.onKeyUp(LeafletEventListener<KeyboardEvent> listener) Fired when the user releases a key from the keyboard while the map is focused.