StylableSideProperty
class StylableSideProperty(initialValue: Side, bean: Any? = null, beanName: String? = null) : SimpleStylableProperty<Side> , SideProperty
Boilerplate which avoids having to use generics.
A subclass of SimpleSideProperty, which also stores the pre-styled value, so that if the style is removed, then the pre-styled value can be reinstated.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
Returns a read-only view of this mutable SideProperty. Typical usage :
Link copied to clipboard
open override fun <B> bidirectionalBind(other: Property<B>, converter: Converter<Side, 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
Orientations LEFT and RIGHT are mapped to Orientation.HORIZONTAL. Orientations TOP and BOTTOM are mapped to Orientation.VERTICAL.
Link copied to clipboard
Orientations LEFT and RIGHT are mapped to Orientation.VERTICAL. Orientations TOP and BOTTOM are mapped to Orientation.HORIZONTAL.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A type UNSAFE way to set the value by te Theme. If newValue is the wrong type, an ClassCastException will be thrown.
Link copied to clipboard