Default Group
class DefaultGroup<T : Component>(initialIsDisabled: Boolean, initialIsHidden: Boolean, initialTheme: ColorTheme, initialTileset: TilesetResource) : InternalGroup<T>
Content copied to clipboard
Functions
addComponent
Link copied to clipboard
@Synchronized()
Content copied to clipboard
Adds a child Component to this ComponentContainer.
addComponents
Link copied to clipboard
open fun addComponents(vararg components: Builder<T>): List<AttachedComponent>
Content copied to clipboard
open override fun addComponents(vararg components: T): List<AttachedComponent>
Content copied to clipboard
Adds the given Components to this ComponentContainer.
removeComponent
Link 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
A Property that wraps the theme and offers data binding and observability features.
tileset
Link copied to clipboard
tilesetProperty
Link copied to clipboard
A Property that wraps the tileset and offers data binding and observability features.
Sources
(source)
Link copied to clipboard