A singleton conflatable 'activate-request'
message.
This message should be dispatched to a widget when it should perform the actions necessary to activate the widget, which may include focusing its node or descendant node.
A singleton 'after-attach'
message.
This message is sent to a widget after it is attached.
A singleton 'after-detach'
message.
This message is sent to a widget after it is detached.
A singleton 'after-hide'
message.
This message is sent to a widget after it becomes not-visible.
This message is not sent when the widget is being detached.
A singleton 'after-show'
message.
This message is sent to a widget after it becomes visible.
This message is not sent when the widget is being attached.
A singleton 'before-attach'
message.
This message is sent to a widget before it is attached.
A singleton 'before-detach'
message.
This message is sent to a widget before it is detached.
A singleton 'before-hide'
message.
This message is sent to a widget before it becomes not-visible.
This message is not sent when the widget is being detached.
A singleton 'before-show'
message.
This message is sent to a widget before it becomes visible.
This message is not sent when the widget is being attached.
A singleton conflatable 'close-request'
message.
This message should be dispatched to a widget when it should close and remove itself from the widget hierarchy.
A singleton conflatable 'fit-request'
message.
For widgets with a layout, this message will inform the layout to recalculate its size constraints to fit the space requirements of its child widgets, and to update their position and size. Not all layouts will respond to messages of this type.
A singleton 'parent-changed'
message.
This message is sent to a widget when its parent has changed.
A singleton conflatable 'update-request'
message.
This message can be dispatched to supporting widgets in order to update their content based on the current widget state. Not all widgets will respond to messages of this type.
For widgets with a layout, this message will inform the layout to update the position and size of its child widgets.
Generated using TypeDoc
A collection of stateless messages related to widgets.