|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeltaValueStore
Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
Set of changes to a ValueStore.
| Method Summary | ||
|---|---|---|
void |
clearUsed()
Enable a DeltaValueStore to be reused again. |
|
Record |
create(java.lang.Class token)
|
|
void |
delete(Record record)
|
|
boolean |
isChanged()
Return true if there are outstanding changes that have not been communicated to the server yet. |
|
|
set(Property<V> property,
Record record,
V value)
|
|
boolean |
validate()
Returns true if all validations have passed. |
|
| Methods inherited from interface com.google.gwt.valuestore.shared.ValueStore |
|---|
addValidation, spawnDeltaView |
| Method Detail |
|---|
void clearUsed()
Record create(java.lang.Class token)
void delete(Record record)
boolean isChanged()
<V> void set(Property<V> property,
Record record,
V value)
boolean validate()
HasErrors of new
validation errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||