Example usage for com.google.gwt.view.client SingleSelectionModel subclass-usage

List of usage examples for com.google.gwt.view.client SingleSelectionModel subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.view.client SingleSelectionModel subclass-usage.

Usage

From source file org.switchyard.console.client.ui.common.AlwaysFireSingleSelectionModel.java

/**
 * AlwaysFireSingleSelectionModel
 * 
 * A selection model similar to SingleSelectionModel except that a selection
 * changed event is fired every time the selection is set.
 *