LazyUIPage

class LazyUIPage(idx: Int, config: PageBuilder.() -> Unit) : UIPage(source)

Constructors

Link copied to clipboard
constructor(idx: Int, config: PageBuilder.() -> Unit)

Functions

Link copied to clipboard
fun addComponent(component: UIComponent)

Properties

Link copied to clipboard
open override var components: MutableList<UIComponent>
Link copied to clipboard
val index: Int