public class BindingRef extends Object:
Runtime reference to an object member used by data binding.
Instances are normally produced by the :: operator.
ref = slider::value print(ref.read())
| Modifier and Type | Member | Description |
|---|---|---|
| public native | readread() as Object |
Reads the referenced member as an object value. |
| public native | readTextreadText() as String |
Reads the referenced member as text. |
| public native | writewrite(value as Object) as Void |
Writes the referenced member. |
| public native | writeTextwriteText(value as String) as Void |
Writes a text value to the referenced member. |