Uses of Interface
com.vaadin.flow.data.provider.IdentifierProvider
-
Packages that use IdentifierProvider Package Description com.vaadin.flow.data.provider -
-
Uses of IdentifierProvider in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return IdentifierProvider Modifier and Type Method Description protected IdentifierProvider<T>AbstractDataView. getIdentifierProvider()IdentifierProvider<T>IdentifierProviderChangeEvent. getIdentifierProvider()Returns the new identifier provider for the component.static <T> IdentifierProvider<T>IdentifierProvider. identity()Returns an identifier provider that always returns its input argument.Methods in com.vaadin.flow.data.provider with parameters of type IdentifierProvider Modifier and Type Method Description voidAbstractDataView. setIdentifierProvider(IdentifierProvider<T> identifierProvider)voidDataView. setIdentifierProvider(IdentifierProvider<T> identifierProvider)Sets an identifier provider, which returns an identifier for the given item.Constructors in com.vaadin.flow.data.provider with parameters of type IdentifierProvider Constructor Description IdentifierProviderChangeEvent(C source, IdentifierProvider<T> identifierProvider)Creates a new event using the given source and the new identifier provider.
-