Internal Component Container
interface InternalComponentContainer : ComponentContainer, RenderableContainer, UIEventDispatcher
Content copied to clipboard
Internal API for a ComponentContainer.
Functions
activate
Link copied to clipboard
addComponent
Link copied to clipboard
addComponents
Link copied to clipboard
open fun addComponents(vararg components: Builder<Component>): List<AttachedComponent>
Content copied to clipboard
open fun addComponents(vararg components: Component): List<AttachedComponent>
Content copied to clipboard
addFragment
Link copied to clipboard
addFragments
Link copied to clipboard
open fun addFragments(vararg fragments: Fragment): List<AttachedComponent>
Content copied to clipboard
deactivate
Link copied to clipboard
dispatch
Link copied to clipboard
Dispatches the given UIEvent and propagates it throughout the UI controls this UIEventDispatcher has.
Properties
flattenedTree
Link copied to clipboard
renderables
Link copied to clipboard
Contains the Renderable objects ordered from bottom to top.
theme
Link copied to clipboard
themeProperty
Link copied to clipboard
Inheritors
DefaultComponentContainer
Link copied to clipboard
ModalComponentContainer
Link copied to clipboard
InternalScreen
Link copied to clipboard
TileGridScreen
Link copied to clipboard
Sources
(source)
Link copied to clipboard