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

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

Introduction

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

The text is from its open source code.

Method

HandlerRegistrationaddSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds a SelectionChangeEvent handler.
booleanisSelected(T object)
Check if an object is selected.
voidsetSelected(T object, boolean selected)
Set the selected state of an object and fire a SelectionChangeEvent if the selection has changed.