Interface Table.SelectionChangeHandler<T>

  • Type Parameters:
    T - the row type
    Enclosing interface:
    Table<T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Table.SelectionChangeHandler<T>
    Convenience handler when a row selection or deselection takes place.
    • Method Detail

      • onSelectionChanged

        void onSelectionChanged​(Table<T> table)
        Called when a selection changed. That is when a row is selected or deselected.
        Parameters:
        table - the table instance