Uses of Interface
com.vaadin.data.provider.DataKeyMapper
-
Packages that use DataKeyMapper Package Description com.vaadin.data.provider com.vaadin.server -
-
Uses of DataKeyMapper in com.vaadin.data.provider
Methods in com.vaadin.data.provider that return DataKeyMapper Modifier and Type Method Description protected DataKeyMapper<T>DataCommunicator. createKeyMapper(ValueProvider<T,Object> identifierGetter)Creates aDataKeyMapperto use with this DataCommunicator.DataKeyMapper<T>DataCommunicator. getKeyMapper()Gets theDataKeyMapperused by thisDataCommunicator. -
Uses of DataKeyMapper in com.vaadin.server
Classes in com.vaadin.server that implement DataKeyMapper Modifier and Type Class Description classKeyMapper<V>KeyMapperis the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
-