Java com.google.gwt.view.client MultiSelectionModel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.view.client MultiSelectionModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.view.client MultiSelectionModel.

The text is from its open source code.

Implementation

com.google.gwt.view.client.MultiSelectionModel has the following implementations.
Click this link to see all its implementation.

Constructor

MultiSelectionModel()
Constructs a MultiSelectionModel without a key provider.
MultiSelectionModel(ProvidesKey keyProvider)
Constructs a MultiSelectionModel with the given key provider.

Method

voidclear()
Deselect all selected values.
SetgetSelectedSet()
Get the set of selected items as a copy.
booleanisSelected(T object)
voidsetSelected(T object, boolean selected)