Package-level declarations

Types

Link copied to clipboard
abstract class SimpleStylableProperty<V>(initialValue: V, bean: Any? = null, beanName: String? = null) : SimpleProperty<V> , StylableProperty<V>

A SimpleProperty, which is also a StylableProperty. This is the only concrete implementation of StylableProperty used within Glok, but you are free to create other implementations if you need to.

Link copied to clipboard
interface StylableProperty<V> : Property<V>

Properties which can be styled by a theme must use this instead of a Property.