Uses of Class
com.vaadin.flow.data.selection.SingleSelectionEvent
-
Packages that use SingleSelectionEvent Package Description com.vaadin.flow.data.selection -
-
Uses of SingleSelectionEvent in com.vaadin.flow.data.selection
Methods in com.vaadin.flow.data.selection with parameters of type SingleSelectionEvent Modifier and Type Method Description voidSingleSelectionListener. selectionChange(SingleSelectionEvent<C,T> event)Invoked when selection has been changed.
-