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. actionMapperAction 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. itemIdMapperKeymapper used to map key values.
-