Example usage for com.google.gwt.view.client SelectionModel.AbstractSelectionModel subclass-usage

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

Introduction

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

Usage

From source file org.nightcode.gwt.selectio.client.ui.ItemSelectionModel.java

/**
 *
 */
public class ItemSelectionModel extends SelectionModel.AbstractSelectionModel<ItemProxy> {

    /**