Packagecom.theriabook.controls
Classpublic class CheckBox3Stated
InheritanceCheckBox3Stated Inheritance mx.controls.CheckBox



Public Properties
 PropertyDefined by
  thirdState : Boolean
CheckBox3Stated
  thirdStatePolicy : String = "selectedStatePriority"
CheckBox3Stated
Public Methods
 MethodDefined by
  
CheckBox3Stated
Styles
 StyleDescriptionDefined by
  
thirdStateDisabledIcon
Type: Class   CSS Inheritance: no
CheckBox3Stated
  
thirdStateDownIcon
Type: Class   CSS Inheritance: no
CheckBox3Stated
  
thirdStateOverIcon
Type: Class   CSS Inheritance: no
CheckBox3Stated
  
thirdStateUpIcon
Type: Class   CSS Inheritance: no
CheckBox3Stated
Property detail
thirdStateproperty
thirdState:Boolean  [read-write]

This property can be used as the source for data binding.

Implementation
    public function get thirdState():Boolean
    public function set thirdState(value:Boolean):void
thirdStatePolicyproperty 
public var thirdStatePolicy:String = "selectedStatePriority"
Constructor detail
CheckBox3Stated()constructor
public function CheckBox3Stated()