T - the type of the valuepublic static class ERXLazyValue.KVCSource<T> extends java.lang.Object implements ERXLazyValue.Source<T>
| Constructor and Description |
|---|
KVCSource(java.lang.Object target,
java.lang.String keyPath)
Constructs a new KVCSource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(T value)
Sets the value of the keypath on the target.
|
java.lang.String |
toString() |
T |
value()
Returns the value of the kaypath on the target.
|
public KVCSource(java.lang.Object target,
java.lang.String keyPath)
target - the target of the KVC bindingkeyPath - the keypath to return a value frompublic T value()
value in interface ERXLazyValue.Source<T>public void setValue(T value)
setValue in interface ERXLazyValue.Source<T>value - the new valuepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002 – 2022 Project Wonder.