OptionalVAlignmentUnaryFunction
class OptionalVAlignmentUnaryFunction<A, OA : ObservableValue<A>>(argA: OA, lambda: (A) -> VAlignment?) : UnaryFunction<VAlignment?, A, OA> , ObservableOptionalVAlignment
Boilerplate which avoids having to use generics.
Similar to VAlignmentUnaryFunction, but the value can also be null
.
Functions
Link copied to clipboard
open override fun addBindChangeListener(listener: ChangeListener<VAlignment?, ObservableValue<VAlignment?>>)
open fun addBindChangeListener(lambda: (ObservableValue<VAlignment?>, VAlignment?, VAlignment?) -> Unit): ChangeListener<VAlignment?, ObservableValue<VAlignment?>>
Link copied to clipboard
Link copied to clipboard
open override fun addChangeListener(listener: ChangeListener<VAlignment?, ObservableValue<VAlignment?>>)
open fun addChangeListener(lambda: (ObservableValue<VAlignment?>, VAlignment?, VAlignment?) -> Unit): ChangeListener<VAlignment?, ObservableValue<VAlignment?>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<VAlignment?>, VAlignment?, VAlignment?) -> Unit): ChangeListener<VAlignment?, ObservableValue<VAlignment?>>
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
open override fun removeChangeListener(listener: ChangeListener<VAlignment?, ObservableValue<VAlignment?>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard