Uses of Interface
com.vaadin.flow.data.provider.DataKeyMapper
Package
Description
-
Uses of DataKeyMapper in com.vaadin.flow.component.combobox
Modifier and TypeClassDescriptionprotected static class
Customized key mapper that does not remove key for an item as long as it is selected.Modifier and TypeMethodDescriptionprotected DataKeyMapper<TItem>
ComboBoxBase.getKeyMapper()
Accesses the key mapper that is managed by the data controller -
Uses of DataKeyMapper in com.vaadin.flow.component.grid
-
Uses of DataKeyMapper in com.vaadin.flow.component.grid.editor
-
Uses of DataKeyMapper in com.vaadin.flow.data.provider
Modifier and TypeClassDescriptionclass
KeyMapper<V>
KeyMapper
is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.Modifier and TypeMethodDescriptionDataCommunicator.getKeyMapper()
Gets theDataKeyMapper
used by thisDataCommunicator
.Modifier and TypeMethodDescriptionprotected void
DataCommunicator.setKeyMapper
(DataKeyMapper<T> keyMapper) Sets theDataKeyMapper
used in thisDataCommunicator
. -
Uses of DataKeyMapper in com.vaadin.flow.data.provider.hierarchy
ModifierConstructorDescriptionHierarchicalCommunicationController
(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. -
Uses of DataKeyMapper in com.vaadin.flow.data.renderer
Modifier and TypeMethodDescriptionComponentRenderer.render
(Element owner, DataKeyMapper<SOURCE> keyMapper, String rendererName) LitRenderer.render
(Element container, DataKeyMapper<SOURCE> keyMapper, String rendererName) Renderer.render
(Element container, DataKeyMapper<SOURCE> keyMapper) Registers a renderer function to the given container element.Renderer.render
(Element container, DataKeyMapper<SOURCE> keyMapper, String rendererName) Registers a renderer function with the given name to the given container element.