Example usage for com.google.gwt.editor.client.adapters ListEditor subclass-usage

List of usage examples for com.google.gwt.editor.client.adapters ListEditor subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.client.adapters ListEditor subclass-usage.

Usage

From source file com.colinalworth.celltable.columns.client.HasDataFlushableEditor.java

/**
 * Extended version of {@link com.google.gwt.editor.client.adapters.HasDataEditor<T>}. Able to have
 * data flushed from here, back into the real data
 * 
 * Instead of creating FieldUpdater instances that directly modify the data, use a subclass of
 * PendingFieldUpdateChange, with commit() doing the actual changing.