ReadOnlySideProperty

Boilerplate which avoids having to use generics. Instead of ReadOnlyProperty<Side>, use ReadOnlySideProperty.

Inheritors

Properties

Link copied to clipboard
abstract val bean: Any?
Link copied to clipboard
abstract val beanName: String?
Link copied to clipboard
abstract val value: Side

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun addListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun getValue(thisRef: Any, kProperty: KProperty<*>): Side
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
abstract fun removeListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard