Example usage for com.google.gwt.view.client HasKeyProvider interface-usage

List of usage examples for com.google.gwt.view.client HasKeyProvider interface-usage

Introduction

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

Usage

From source file com.sencha.gxt.widget.core.client.cell.CellComponent.java

/**
 * A {@link Component} that wraps a {@link Cell}.
 * 
 * <p />
 * It is important to note that a single cell instance should not be used in a
 * single <code>CellComponent</code> instance.

From source file gwt.material.design.client.data.DataView.java

/**
 * A data view is in charge of rendering the data within the data table.
 *
 * @author Ben Dol
 */
public interface DataView<T> extends HasRows<T>, HasColumns<T>, HasDataSource<T>, HasRenderer<T>, HasKeyProvider<T>,