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 Type
    Method
    Description
    com.vaadin.flow.shared.Registration
    addSelectionListener(com.vaadin.flow.data.selection.SelectionListener<C,T> listener)
     
  • Method Details

    • addSelectionListener

      com.vaadin.flow.shared.Registration addSelectionListener(com.vaadin.flow.data.selection.SelectionListener<C,T> listener)