Package io.jmix.flowui.kit.component
Interface SelectionChangeNotifier<C extends com.vaadin.flow.component.Component,T>
- All Known Implementing Classes:
DataGrid
,JmixGrid
,JmixTreeGrid
,TreeDataGrid
public interface SelectionChangeNotifier<C extends com.vaadin.flow.component.Component,T>
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.Registration
addSelectionListener
(com.vaadin.flow.data.selection.SelectionListener<C, T> listener)
-
Method Details
-
addSelectionListener
-