Java com.vaadin.client.widget.grid.selection SelectionModel.Multi fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client.widget.grid.selection SelectionModel.Multi fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client.widget.grid.selection SelectionModel.Multi.

The text is from its open source code.

Method

voiddeselect(T item)
Deselects the given item.
voiddeselectAll()
Deselects all currently selected items.
booleanisSelected(T item)
Returns whether the given item is currently selected.
voidselect(T item)
Selects the given item.