Packagefeathers.controls
Classpublic class ButtonState
InheritanceButtonState Inheritance Object

Product Version : Feathers 3.0.0

States for button components.

See also

feathers.controls.BasicButton
feathers.controls.Button
feathers.controls.ToggleButton
feathers.controls.Check
feathers.controls.Radio
feathers.controls.renderers.DefaultListItemRenderer
feathers.controls.renderers.DefaultGroupedListItemRenderer


Public Constants
 ConstantDefined 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
Constant Detail
DISABLEDConstant
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_SELECTEDConstant 
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

DOWNConstant 
public static const DOWN:String = "down"

Product Version : Feathers 3.0.0

The down state, when a touch begins on the component.

DOWN_AND_SELECTEDConstant 
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_SELECTEDConstant 
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

HOVERConstant 
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_SELECTEDConstant 
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

UPConstant 
public static const UP:String = "up"

Product Version : Feathers 3.0.0

The default, up state.

UP_AND_SELECTEDConstant 
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