ReadOnlySidePropertyWrapper
class ReadOnlySidePropertyWrapper(wraps: SideProperty) : ReadOnlyPropertyWrapper<Side, Property<Side>> , ReadOnlySideProperty
Never use this class directly. Use SideProperty.asReadOnly to obtain a read-only version of a mutable SideProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Side, Property<Side>>
, use ReadOnlySidePropertyWrapper
.
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
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