IndentationProperty
Boilerplate which avoids having to use generics. Instead of Property<Indentation>
, use IndentationProperty
.
Inheritors
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Indentation>, Indentation, Indentation) -> Unit): ChangeListener<Indentation, ObservableValue<Indentation>>
abstract fun addBindChangeListener(listener: ChangeListener<Indentation, ObservableValue<Indentation>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Indentation>, Indentation, Indentation) -> Unit): ChangeListener<Indentation, ObservableValue<Indentation>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Indentation>, Indentation, Indentation) -> Unit): ChangeListener<Indentation, ObservableValue<Indentation>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable IndentationProperty. Typical usage :
Link copied to clipboard
open fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Indentation, 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
abstract fun removeChangeListener(listener: ChangeListener<Indentation, ObservableValue<Indentation>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard