Module flower.widget.UIEvent
This is a class that defines the type of event.
Extends:
Info:
- Release: V3.0.0
- Author: Makoto
Fields
RESIZE | UIComponent: Resize Event |
THEME_CHANGED | UIComponent: Theme changed Event |
STYLE_CHANGED | UIComponent: Style changed Event |
ENABLED_CHANGED | UIComponent: Enabled changed Event |
FOCUS_IN | UIComponent: FocusIn Event |
FOCUS_OUT | UIComponent: FocusOut Event |
CLICK | Button: Click Event |
CANCEL | Button: Click Event |
SELECTED_CHANGED | Button: Selected changed Event |
DOWN | Button: down Event |
UP | Button: up Event |
VALUE_CHANGED | Slider: value changed Event |
STICK_CHANGED | Joystick: Event type when you change the position of the stick |
MSG_SHOW | MsgBox: msgShow Event |
MSG_HIDE | MsgBox: msgHide Event |
MSG_END | MsgBox: msgEnd Event |
SPOOL_STOP | MsgBox: spoolStop Event |
ITEM_CHANGED | ListBox: selectedChanged |
ITEM_ENTER | ListBox: enter |
ITEM_CLICK | ListBox: itemClick |
SCROLL | ScrollGroup: scroll |
Fields
- RESIZE
- UIComponent: Resize Event
- THEME_CHANGED
- UIComponent: Theme changed Event
- STYLE_CHANGED
- UIComponent: Style changed Event
- ENABLED_CHANGED
- UIComponent: Enabled changed Event
- FOCUS_IN
- UIComponent: FocusIn Event
- FOCUS_OUT
- UIComponent: FocusOut Event
- CLICK
- Button: Click Event
- CANCEL
- Button: Click Event
- SELECTED_CHANGED
- Button: Selected changed Event
- DOWN
- Button: down Event
- UP
- Button: up Event
- VALUE_CHANGED
- Slider: value changed Event
- STICK_CHANGED
- Joystick: Event type when you change the position of the stick
- MSG_SHOW
- MsgBox: msgShow Event
- MSG_HIDE
- MsgBox: msgHide Event
- MSG_END
- MsgBox: msgEnd Event
- SPOOL_STOP
- MsgBox: spoolStop Event
- ITEM_CHANGED
- ListBox: selectedChanged
- ITEM_ENTER
- ListBox: enter
- ITEM_CLICK
- ListBox: itemClick
- SCROLL
- ScrollGroup: scroll