Package | view.flex.surfaceComponents.components |
Class | public class CheckBox |
Inheritance | 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):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):void
Parameters
xml:XML | |
callback:Function |
toCode | () | method |
public function toCode():XML
ReturnsXML |
toRora | () | method |
public function toRora():XML
ReturnsXML |
toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XML
ReturnsXML |
toXML | () | method |
public function toXML():XML
ReturnsXML |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = checkbox