Group Attached Component
class GroupAttachedComponent(component: Component, group: InternalGroup<out Component>) : AttachedComponent, Component
Content copied to clipboard
Functions
acceptsFocus
Link copied to clipboard
asInternalComponent
Link copied to clipboard
clearCustomStyle
Link copied to clipboard
open override fun clearCustomStyle()
Content copied to clipboard
clearFocus
Link copied to clipboard
open override fun clearFocus()
Content copied to clipboard
containsBoundable
Link copied to clipboard
containsPosition
Link copied to clipboard
handleComponentEvents
Link copied to clipboard
open override fun handleComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> UIEventResponse): Subscription
Content copied to clipboard
handleKeyboardEvents
Link copied to clipboard
open override fun handleKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
handleMouseEvents
Link copied to clipboard
open override fun handleMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
intersects
Link copied to clipboard
moveDownBy
Link copied to clipboard
moveLeftBy
Link copied to clipboard
moveRightBy
Link copied to clipboard
onActivated
Link copied to clipboard
open override fun onActivated(fn: (ComponentEvent) -> Unit): Subscription
Content copied to clipboard
onDeactivated
Link copied to clipboard
open override fun onDeactivated(fn: (ComponentEvent) -> Unit): Subscription
Content copied to clipboard
onFocusGiven
Link copied to clipboard
open override fun onFocusGiven(fn: (ComponentEvent) -> Unit): Subscription
Content copied to clipboard
onFocusTaken
Link copied to clipboard
open override fun onFocusTaken(fn: (ComponentEvent) -> Unit): Subscription
Content copied to clipboard
processComponentEvents
Link copied to clipboard
open override fun processComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> Unit): Subscription
Content copied to clipboard
processKeyboardEvents
Link copied to clipboard
open override fun processKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> Unit): Subscription
Content copied to clipboard
processMouseEvents
Link copied to clipboard
open override fun processMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> Unit): Subscription
Content copied to clipboard
requestFocus
Link copied to clipboard
resetState
Link copied to clipboard
open override fun resetState()
Content copied to clipboard
Properties
absolutePosition
Link copied to clipboard
componentState
Link copied to clipboard
componentStateValue
Link copied to clipboard
componentStyleSet
Link copied to clipboard
componentStyleSetProperty
Link copied to clipboard
open override val componentStyleSetProperty: Property<out ComponentStyleSet>
Content copied to clipboard
contentOffset
Link copied to clipboard
contentSize
Link copied to clipboard
currentStyle
Link copied to clipboard
disabledProperty
Link copied to clipboard
hasFocusValue
Link copied to clipboard
hiddenProperty
Link copied to clipboard
isDisabled
Link copied to clipboard
relativeBounds
Link copied to clipboard
relativePosition
Link copied to clipboard
theme
Link copied to clipboard
themeProperty
Link copied to clipboard
tileset
Link copied to clipboard
tilesetProperty
Link copied to clipboard
Sources
(source)
Link copied to clipboard