Uses of Class
com.vaadin.server.KeyMapper
-
Packages that use KeyMapper Package Description com.vaadin.event com.vaadin.ui -
-
Uses of KeyMapper in com.vaadin.event
Fields in com.vaadin.event declared as KeyMapper Modifier and Type Field Description protected KeyMapper<Action>
ActionManager. actionMapper
Action mapper. -
Uses of KeyMapper in com.vaadin.ui
Fields in com.vaadin.ui declared as KeyMapper Modifier and Type Field Description protected KeyMapper<Component>
TabSheet. keyMapper
Mapper between server-side component instances (tab contents) and keys given to the client that identify tabs.
-