Uses of Interface
com.vaadin.flow.data.provider.DataKeyMapper
Packages that use DataKeyMapper
-
Uses of DataKeyMapper in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement DataKeyMapperModifier and TypeClassDescriptionclassKeyMapper<V>KeyMapperis the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.Methods in com.vaadin.flow.data.provider that return DataKeyMapperModifier and TypeMethodDescriptionDataCommunicator.getKeyMapper()Gets theDataKeyMapperused by thisDataCommunicator.Methods in com.vaadin.flow.data.provider with parameters of type DataKeyMapperModifier and TypeMethodDescriptionprotected voidDataCommunicator.setKeyMapper(DataKeyMapper<T> keyMapper) Sets theDataKeyMapperused in thisDataCommunicator.