| Package | view.flex.surfaceComponents.components |
| Class | public class CheckBox |
| Inheritance | CheckBox spark.components.CheckBox |
| Implements | view.interfaces.IFlexSurfaceComponent |
Default MXML Propertylabel
| Property | Defined By | ||
|---|---|---|---|
| isSelected : Boolean | CheckBox | ||
| propertiesChangedEvents : Array [read-only] | CheckBox | ||
| propertyEditorClass : Class [read-only] | CheckBox | ||
| selected : Boolean [override] [write-only] | CheckBox | ||
| Method | Defined By | ||
|---|---|---|---|
CheckBox() | CheckBox | ||
fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):void | CheckBox | ||
toCode():XML | CheckBox | ||
toRora():XML | CheckBox | ||
toRoyaleConvertCode():XML | CheckBox | ||
toXML():XML | CheckBox | ||
| Method | Defined By | ||
|---|---|---|---|
buttonReleased():void [override] | CheckBox | ||
| Constant | Defined By | ||
|---|---|---|---|
| ELEMENT_NAME : String = checkbox [static] | CheckBox | ||
| isSelected | property |
isSelected:Boolean public function get isSelected():Boolean public function set isSelected(value:Boolean):void| propertiesChangedEvents | property |
propertiesChangedEvents:Array [read-only] public function get propertiesChangedEvents():Array| propertyEditorClass | property |
propertyEditorClass:Class [read-only] public function get propertyEditorClass():Class| selected | property |
selected:Boolean [write-only] [override] public function set selected(value:Boolean):void| CheckBox | () | Constructor |
public function CheckBox()| buttonReleased | () | method |
override protected function buttonReleased():void| fromXML | () | method |
public function fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):voidParameters
xml:XML | |
callback:Function | |
surface:ISurface | |
lookup:ILookup |
| toCode | () | method |
public function toCode():XMLReturnsXML |
| toRora | () | method |
public function toRora():XMLReturnsXML |
| toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XMLReturnsXML |
| toXML | () | method |
public function toXML():XMLReturnsXML |
| ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = checkbox