Zircon Event
Types
ClearFocus
Link copied to clipboard
ComponentAdded
Link copied to clipboard
data class ComponentAdded(parent: InternalContainer, component: InternalComponent, emitter: Any) : ZirconEvent
Content copied to clipboard
A component was added to a container.
ComponentRemoved
Link copied to clipboard
data class ComponentRemoved(parent: InternalContainer, component: InternalComponent, emitter: Any) : ZirconEvent
Content copied to clipboard
A component was removed from a container.
HideCursor
Link copied to clipboard
RequestCursorAt
Link copied to clipboard
data class RequestCursorAt(position: Position, emitter: Any) : ZirconEvent
Content copied to clipboard
RequestFocusFor
Link copied to clipboard
data class RequestFocusFor(component: Component, emitter: Any) : ZirconEvent
Content copied to clipboard
Requests focus for the given Component.
ScreenSwitch
Link copied to clipboard
A org.hexworks.zircon.api.screen.Screen has been switched to (eg: the
display
function has been called on a Screen data class).Functions
Properties
Inheritors
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
ZirconEvent
Link copied to clipboard
Sources
(source)
Link copied to clipboard