Uses of Interface
com.vaadin.flow.data.provider.DataKeyMapper
-
Packages that use DataKeyMapper Package Description com.vaadin.flow.data.provider com.vaadin.flow.data.provider.hierarchy -
-
Uses of DataKeyMapper in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider 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.Methods in com.vaadin.flow.data.provider that return DataKeyMapper Modifier and Type Method Description DataKeyMapper<T>DataCommunicator. getKeyMapper()Gets theDataKeyMapperused by thisDataCommunicator.Methods in com.vaadin.flow.data.provider with parameters of type DataKeyMapper Modifier and Type Method Description protected voidDataCommunicator. setKeyMapper(DataKeyMapper<T> keyMapper)Sets theDataKeyMapperused in thisDataCommunicator. -
Uses of DataKeyMapper in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type DataKeyMapper Constructor Description HierarchicalCommunicationController(String parentKey, DataKeyMapper<T> keyMapper, HierarchyMapper<T,?> mapper, DataGenerator<T> dataGenerator, SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate, SerializableBiFunction<String,Range,Stream<T>> fetchItems)Constructs communication controller with support for hierarchical data structure.
-