Package com.vaadin.flow.data.provider
Class IdentifierProviderChangeEvent<T,C extends Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
com.vaadin.flow.data.provider.IdentifierProviderChangeEvent<T,C>
- Type Parameters:
T
- the type of item used by the identifier providerC
- the event source type
- All Implemented Interfaces:
Serializable
Event notifying the component that its identifier provider has been changed
through a data view.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionIdentifierProviderChangeEvent
(C source, IdentifierProvider<T> identifierProvider) Creates a new event using the given source and the new identifier provider. -
Method Summary
Modifier and TypeMethodDescriptionReturns the new identifier provider for the component.Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
IdentifierProviderChangeEvent
Creates a new event using the given source and the new identifier provider.- Parameters:
source
- the source componentidentifierProvider
- the new identifier provider
-
-
Method Details
-
getIdentifierProvider
Returns the new identifier provider for the component.- Returns:
- the new identifier provider
-