BindingRef
classin packageklyn.binding
public class BindingRef extends Object:
└ BindingRef

Runtime reference to an object member used by data binding.

Instances are normally produced by the :: operator.

ref = slider::value
print(ref.read())
Properties inherited from Object: type
Methods
Modifier and Type Member Description
public native read
read() as Object
Reads the referenced member as an object value.
public native readText
readText() as String
Reads the referenced member as text.
public native write
write(value as Object) as Void
Writes the referenced member.
public native writeText
writeText(value as String) as Void
Writes a text value to the referenced member.
Methods inherited from Object: deepCopy, fromJson, toDict, toJson, toString, toXml