Default Component Container
class DefaultComponentContainer(root: RootContainer, focusOrderList: ComponentFocusOrderList, dispatcher: UIEventToComponentDispatcher) : InternalComponentContainer, ComponentContainer, ComponentFocusOrderList, UIEventDispatcher
Content copied to clipboard
Functions
activate
Link copied to clipboard
addComponent
Link copied to clipboard
open override fun addComponent(builder: Builder<Component>): AttachedComponent
Content copied to clipboard
addComponents
Link copied to clipboard
open override fun addComponents(vararg components: Builder<Component>): List<AttachedComponent>
Content copied to clipboard
open override fun addComponents(vararg components: Component): List<AttachedComponent>
Content copied to clipboard
addFragment
Link copied to clipboard
addFragments
Link copied to clipboard
open override fun addFragments(vararg fragments: Fragment): List<AttachedComponent>
Content copied to clipboard
canFocus
Link 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.
findNext
Link copied to clipboard
findPrevious
Link copied to clipboard
focus
Link copied to clipboard
isFocused
Link copied to clipboard
refreshFocusables
Link copied to clipboard
Properties
flattenedTree
Link copied to clipboard
Holds the component tree rooted at this RootContainer flattened into an ObservableList.
focusedComponent
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
Sources
(source)
Link copied to clipboard