com.google.gwt.valuestore.shared
Interface ValueStore

All Known Subinterfaces:
DeltaValueStore
All Known Implementing Classes:
DeltaValueStoreJsonImpl, ValueStoreJsonImpl

public interface ValueStore

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

A store of records with properties. Each record has a ValuesKey associated with it to indicate its type.


Method Summary
 void addValidation()
          Most validations are per field or per id and set via annotation.
 DeltaValueStore spawnDeltaView()
           
 

Method Detail

addValidation

void addValidation()
Most validations are per field or per id and set via annotation. Note that validations are only actually enforced by in DeltaValueStore instances spawned by #forEditContext(Object)


spawnDeltaView

DeltaValueStore spawnDeltaView()