Uses of Class
com.vaadin.server.KeyMapper

Packages that use KeyMapper
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.event   
com.vaadin.ui   
 

Uses of KeyMapper in com.vaadin.data
 

Methods in com.vaadin.data with parameters of type KeyMapper
 void RpcDataProviderExtension.extend(Grid component, KeyMapper<java.lang.Object> columnKeys)
          Makes the data source available to the given Grid component.
 

Uses of KeyMapper in com.vaadin.event
 

Fields in com.vaadin.event declared as KeyMapper
protected  KeyMapper<Action> ActionManager.actionMapper
          Action mapper
 

Uses of KeyMapper in com.vaadin.ui
 

Fields in com.vaadin.ui declared as KeyMapper
protected  KeyMapper<java.lang.Object> AbstractSelect.itemIdMapper
          Keymapper used to map key values.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.