Example usage for com.google.gwt.cell.client ValueUpdater interface-usage

List of usage examples for com.google.gwt.cell.client ValueUpdater interface-usage

Introduction

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

Usage

From source file org.drools.guvnor.client.widgets.decoratedgrid.MergableGridWidget.java

/**
 * An abstract grid of data. Implementations can choose the orientation to
 * render "rows" and "columns" (e.g. some may transpose the normal meaning to
 * provide a horizontal implementation of normally vertical tabular data)
 */
public abstract class MergableGridWidget<T> extends Widget

From source file org.kaaproject.avro.ui.gwt.client.widget.grid.StringFilterHeader.java

public class StringFilterHeader extends Header<String> implements ValueUpdater<String> {

    private FiltrableStringColumn<?> column;
    private HasColumnFilterEventHandlers source;
    private Integer key;