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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

TgetLastSelectedObject()
Gets the object that was last selected.