OptionalEdgesProperty
Boilerplate which avoids having to use generics.
Similar to EdgesProperty, but the value can also be null
.
Inheritors
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Edges?>, Edges?, Edges?) -> Unit): ChangeListener<Edges?, ObservableValue<Edges?>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Edges?>, Edges?, Edges?) -> Unit): ChangeListener<Edges?, ObservableValue<Edges?>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Edges?>, Edges?, Edges?) -> Unit): ChangeListener<Edges?, ObservableValue<Edges?>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable OptionalEdgesProperty. Typical usage :
Link copied to clipboard
open fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Edges?, B>): BidirectionalBind
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard