Package-level declarations
Classes supporting the observer pattern, including the implementation of the observable list.
Types
Observable list interface.
Simple observable list implementation.
Observable set interface.
Simple observable set implementation.
Functions
An extension function which binds the widget to the observable state.
An extension function which binds the widget to the observable state using the sub state extractor.
An extension function which binds the container to the observable state with a list of items.
An extension function which binds the container to the observable state with a list of items using the sub state extractor.
An extension function which binds the widget to the observable state synchronously. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
An extension function which binds the widget to the observable state synchronously using the sub state extractor. It's less efficient than bind, but fully compatible with KVision 4 state bindings.
Bidirectional data binding to the MutableState instance.
An extension function which inserts child component and binds it to the observable state.
An extension function which inserts child component and binds it to the observable state using the sub state extractor.
An extension function which inserts child component and binds it to the observable state when the state value is not null.
An extension function which inserts child component and binds it to the observable state using the sub state extractor when the state value is not null.
An extension function which inserts child component and binds it to the observable state when the given condition is true.
An extension function which inserts child component and binds it to the observable state using the sub state extractor when the given condition is true.
Creates an instance of ObservableList
Creates an instance of ObservableSet