Uses of Interface
com.vaadin.flow.data.provider.DataKeyMapper
Packages that use DataKeyMapper
Package
Description
-
Uses of DataKeyMapper in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement DataKeyMapperModifier and TypeClassDescriptionprotected static class
Customized key mapper that does not remove key for an item as long as it is selected.Methods in com.vaadin.flow.component.combobox that return DataKeyMapperModifier 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
Methods in com.vaadin.flow.component.grid with parameters of type DataKeyMapper -
Uses of DataKeyMapper in com.vaadin.flow.component.grid.editor
Methods in com.vaadin.flow.component.grid.editor with parameters of type DataKeyMapper -
Uses of DataKeyMapper in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement DataKeyMapperModifier 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.Methods in com.vaadin.flow.data.provider that return DataKeyMapperModifier and TypeMethodDescriptionDataCommunicator.getKeyMapper()
Gets theDataKeyMapper
used by thisDataCommunicator
.Methods in com.vaadin.flow.data.provider with parameters of type DataKeyMapperModifier and TypeMethodDescriptionprotected void
DataCommunicator.setKeyMapper
(DataKeyMapper<T> keyMapper) Sets theDataKeyMapper
used in thisDataCommunicator
. -
Uses of DataKeyMapper in com.vaadin.flow.data.provider.hierarchy
Constructors in com.vaadin.flow.data.provider.hierarchy with parameters of type DataKeyMapperModifierConstructorDescriptionHierarchicalCommunicationController
(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
Methods in com.vaadin.flow.data.renderer with parameters of type DataKeyMapperModifier 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.