Packagefeathers.controls
Classpublic class TextInputState
InheritanceTextInputState Inheritance Object

Product Version : Feathers 3.0.0

States for text input components.

See also

feathers.controls.TextInput
feathers.controls.TextArea
feathers.controls.AutoComplete


Public Constants
 ConstantDefined By
  DISABLED : String = "disabled"
[static] The disabled state, when the input is not enabled.
TextInputState
  ENABLED : String = "enabled"
[static] The default state, when the input is enabled.
TextInputState
  ERROR : String = "error"
[static] The state when the input has an error string.
TextInputState
  FOCUSED : String = "focused"
[static] The focused state, when the input is currently in focus and the user can interact with it.
TextInputState
Constant Detail
DISABLEDConstant
public static const DISABLED:String = "disabled"

Product Version : Feathers 3.0.0

The disabled state, when the input is not enabled.

ENABLEDConstant 
public static const ENABLED:String = "enabled"

Product Version : Feathers 3.0.0

The default state, when the input is enabled.

ERRORConstant 
public static const ERROR:String = "error"

Product Version : Feathers 3.0.0

The state when the input has an error string.

FOCUSEDConstant 
public static const FOCUSED:String = "focused"

Product Version : Feathers 3.0.0

The focused state, when the input is currently in focus and the user can interact with it.