
Public Member Functions | |
| KVCSource (Object target, String keyPath) | |
| void | setValue (T value) |
| String | toString () |
| T | value () |
Private Attributes | |
| String | _keyPath |
| Object | _target |
| <T> | the type of the value |
| KVCSource | ( | Object | target, | |
| String | keyPath | |||
| ) |
Constructs a new KVCSource.
| target | the target of the KVC binding | |
| keyPath | the keypath to return a value from |
| void setValue | ( | T | value | ) |
Sets the value of the keypath on the target.
| value | the new value |
| String toString | ( | ) |
| T value | ( | ) |
Returns the value of the kaypath on the target.
String _keyPath [private] |
Object _target [private] |
1.5.8