Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ValueToggleButtonModel class bead extends the
org.apache.flex.html.beads.models.ToggleButtonModel and adds
value intended to represent a collection of similar org.apache.flex.html.Buttons
such as org.apache.flex.html.RadioButtons.
groupName:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The name of the collection has shared by all of the buttons in the collection.
Implementation public function get groupName():String
public function set groupName(value:String):void
selectedValue:Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The value that is currently selected.
Implementation public function get selectedValue():Object
public function set selectedValue(value:Object):void
value:Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The current value of the button collection.
Implementation public function get value():Object
public function set value(value:Object):void
public function ValueToggleButtonModel()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
constructor.
The Apache Software Foundation Wed Jul 9 2014, 10:38 PM -07:00