List of usage examples for com.google.gwt.editor.client.adapters ListEditor subclass-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.