Uses of Class
com.vaadin.server.KeyMapper
-
Packages that use KeyMapper Package Description com.vaadin.event com.vaadin.server.communication.data 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.server.communication.data
Methods in com.vaadin.server.communication.data that return KeyMapper Modifier and Type Method Description KeyMapper<Object>
RpcDataProviderExtension. getKeyMapper()
-
Uses of KeyMapper in com.vaadin.ui
Fields in com.vaadin.ui declared as KeyMapper Modifier and Type Field Description protected KeyMapper<Object>
AbstractSelect. itemIdMapper
Keymapper used to map key values.
-