kvision / pl.treksoft.kvision.data / DataUpdatable

DataUpdatable

interface DataUpdatable

Interface for updatable container.

Functions

update

abstract fun update(): Unit

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.

Inheritors

DataContainer

class DataContainer<M, C : Component, CONT : Container> : Widget, Container, DataUpdatable

A container class with support for mutable/observable data model.