|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.valuestore.shared.PropertyReference<V>
V - Value typepublic class PropertyReference<V>
Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
A pointer to a particular property value.
| Constructor Summary | |
|---|---|
PropertyReference(Record record,
Property<V> property)
|
|
| Method Summary | |
|---|---|
V |
get()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyReference(Record record,
Property<V> property)
| Method Detail |
|---|
public V get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||