WxChipEvent class
Interactive events that WxChip can take on when receiving input from the user.
- Inheritance
-
- Object
- WidgetEvent
- WxChipEvent
Constructors
- WxChipEvent.new(String value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
isDisabled(
Set< WidgetEvent> events) → bool - Checker for whether events considers WxChipEvent.disabled to be active.
-
isFocused(
Set< WidgetEvent> events) → bool - Checker for whether events considers WxChipEvent.focused to be active.
-
isHovered(
Set< WidgetEvent> events) → bool - Checker for whether events considers WxChipEvent.hovered to be active.
-
isLoading(
Set< WidgetEvent> events) → bool - Checker for whether events considers WxChipEvent.loading to be active.
-
isPressed(
Set< WidgetEvent> events) → bool - Checker for whether events considers WxChipEvent.pressed to be active.
Constants
- disabled → const WxChipEvent
- The state when this widget is disabled and cannot be interacted with.
- focused → const WxChipEvent
- The state when the user navigates with the keyboard to a given widget.
- hovered → const WxChipEvent
- The state when the user drags their mouse cursor over the given widget.
- loading → const WxChipEvent
- The state when the user is actively pressing down on the given widget.
- pressed → const WxChipEvent
- The state when the user is actively pressing down on the given widget.