Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The CheckBoxView class is the default view for
the org.apache.flex.html.CheckBox class.
It displays a simple checkbox with an 'x' if checked,
and a label on the right. There are no styles or
properties to configure the look of the 'x' or the
position of the label relative to the checkbox as
there are no equivalents in the standard HTML checkbox.
A more complex CheckBox could implement more view
configuration.
html:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The html-formatted text to display in the label.
Implementation public function get html():String
public function set html(value:String):void
selected:Boolean
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
true
if the button is selected.
Implementation public function get selected():Boolean
public function set selected(value:Boolean):void
strand:IStrand
[write-only] [override]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The host component for this bead.
Implementation public function set strand(value:IStrand ):void
text:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The text to display in the label.
Implementation public function get text():String
public function set text(value:String):void
public function CheckBoxView()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
protected function drawCheckBox(icon:Shape):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Draw the checkbox
Parameters
protected function layoutControl():void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Display the icon and text label
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00