Package | feathers.controls |
Class | public class ButtonState |
Inheritance | ButtonState Object |
Product Version : | Feathers 3.0.0 |
See also
Constant | Defined By | ||
---|---|---|---|
DISABLED : String = "disabled" [static]
The disabled state, when the component's isEnabled
property is false. | ButtonState | ||
DISABLED_AND_SELECTED : String = "disabledAndSelected" [static]
Same as the disabled state, but the component is also selected. | ButtonState | ||
DOWN : String = "down" [static]
The down state, when a touch begins on the component. | ButtonState | ||
DOWN_AND_SELECTED : String = "downAndSelected" [static]
Same as the down state, but the component is also selected. | ButtonState | ||
FOCUSED_AND_SELECTED : String = "focusedAndSelected" [static]
Same as the focused state, but the component is also selected. | ButtonState | ||
HOVER : String = "hover" [static]
The hover state, when the mouse is over the component. | ButtonState | ||
HOVER_AND_SELECTED : String = "hoverAndSelected" [static]
Same as the hover state, but the component is also selected. | ButtonState | ||
UP : String = "up" [static]
The default, up state. | ButtonState | ||
UP_AND_SELECTED : String = "upAndSelected" [static]
Same as the up state, but the component is also selected. | ButtonState |
DISABLED | Constant |
public static const DISABLED:String = "disabled"
Product Version : | Feathers 3.0.0 |
The disabled state, when the component's isEnabled
property is false
.
See also
DISABLED_AND_SELECTED | Constant |
public static const DISABLED_AND_SELECTED:String = "disabledAndSelected"
Product Version : | Feathers 3.0.0 |
Same as the disabled state, but the component is also selected.
See also
DOWN | Constant |
public static const DOWN:String = "down"
Product Version : | Feathers 3.0.0 |
The down state, when a touch begins on the component.
DOWN_AND_SELECTED | Constant |
public static const DOWN_AND_SELECTED:String = "downAndSelected"
Product Version : | Feathers 3.0.0 |
Same as the down state, but the component is also selected.
See also
FOCUSED_AND_SELECTED | Constant |
public static const FOCUSED_AND_SELECTED:String = "focusedAndSelected"
Product Version : | Feathers 3.4.0 |
Same as the focused state, but the component is also selected.
See also
HOVER | Constant |
public static const HOVER:String = "hover"
Product Version : | Feathers 3.0.0 |
The hover state, when the mouse is over the component. This state is not used on a touchscreen.
HOVER_AND_SELECTED | Constant |
public static const HOVER_AND_SELECTED:String = "hoverAndSelected"
Product Version : | Feathers 3.0.0 |
Same as the hover state, but the component is also selected.
See also
UP | Constant |
public static const UP:String = "up"
Product Version : | Feathers 3.0.0 |
The default, up state.
UP_AND_SELECTED | Constant |
public static const UP_AND_SELECTED:String = "upAndSelected"
Product Version : | Feathers 3.0.0 |
Same as the up state, but the component is also selected.
See also