ObservableSide
Boilerplate which avoids having to use generics. Instead of ObservableValue<Side>
, use ObservableSide
.
Inheritors
Functions
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.