Package-level declarations

Types

Link copied to clipboard
open class Collapse(id: String, groupId: String? = null, horizontal: Boolean = false, opened: Boolean = false, init: Collapse.() -> Unit) : SimplePanel

Collapsable component. Needs to be triggered by a button. See Button.forCollapse.

Functions

Link copied to clipboard
fun Container.collapse(id: String, groupId: String? = null, horizontal: Boolean = false, opened: Boolean = false, init: Collapse.() -> Unit): <Error class: unknown class>

DSL builder extension function. It takes the same parameters as the constructor of the built component.

Link copied to clipboard

Transforms this button to a trigger for the given collapse-id.

fun Button.forCollapse(groupClass: String, vararg ids: String)

Transforms this button to a trigger for the given group and collapse-ids.