Group
A Group is a logical grouping of Components. It can be used to change their properties together even if the underlying Components are not part of the same tree (eg: they are siblings, or either in completely different component trees). Note that the Components in this Group can still be changed individually: the Group won't enforce consistency between Group elements.
Functions
addComponent
Link copied to clipboard
addComponents
Link copied to clipboard
abstract fun addComponents(vararg components: T): List<AttachedComponent>
Content copied to clipboard
open fun addComponents(vararg components: Builder<T>): List<AttachedComponent>
Content copied to clipboard
Properties
disabledProperty
Link copied to clipboard
hiddenProperty
Link copied to clipboard
isDisabled
Link copied to clipboard
theme
Link copied to clipboard
themeProperty
Link copied to clipboard
tileset
Link copied to clipboard
tilesetProperty
Link copied to clipboard
Inheritors
Sources
(source)
Link copied to clipboard