Interface Grid.SelectionModel.None

  • All Superinterfaces:
    ClientConnector, com.vaadin.shared.Connector, Extension, Grid.SelectionModel, Serializable
    All Known Implementing Classes:
    Grid.NoSelectionModel
    Enclosing interface:
    Grid.SelectionModel

    @Deprecated
    public static interface Grid.SelectionModel.None
    extends Grid.SelectionModel
    Deprecated.
    A SelectionModel that does not allow for rows to be selected.

    This interface has a contract of having the same behavior, no matter how the selection model is interacted with. In other words, if the developer is unable to select something programmatically, it is not allowed for the end-user to select anything, either.

    • Method Detail

      • isSelected

        boolean isSelected​(Object itemId)
        Deprecated.
        Checks whether an item is selected or not.
        Specified by:
        isSelected in interface Grid.SelectionModel
        Parameters:
        itemId - the item id to check for
        Returns:
        always false.