com.vaadin.client.widget.grid.selection.

Interface SelectionModel.None<T>

  • Type Parameters:

    T - type parameter corresponding with Grid row type

    All Superinterfaces:

    SelectionModel<T>

    All Known Implementing Classes:

    SelectionModelNone

    Enclosing interface:

    SelectionModel<T>

    public static interface SelectionModel.None<T>
    extends SelectionModel<T>

    Interface for a selection model that does not allow anything to be selected.