Package com.vaadin.ui

Interface Grid.SelectionModel.None

    • Method Detail

      • isSelected

        boolean isSelected​(Object itemId)
        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.