Packageorg.apache.flex.html.beads.models
Classpublic class ValueToggleButtonModel
InheritanceValueToggleButtonModel Inheritance ToggleButtonModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IValueToggleButtonModel

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.



Public Properties
 PropertyDefined By
  groupName : String
The name of the collection has shared by all of the buttons in the collection.
ValueToggleButtonModel
 Inheritedhtml : String
The HTML string for the Button's label. The html formatted text displayed in the control.
ToggleButtonModel
 Inheritedselected : Boolean
Whether or not the org.apache.flex.html.Button is selected. true if the button is selected.
ToggleButtonModel
  selectedValue : Object
The value that is currently selected.
ValueToggleButtonModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
ToggleButtonModel
 Inheritedtext : String
The text string for the org.apache.flex.html.Button's label. The text displayed in the control.
ToggleButtonModel
  value : Object
The current value of the button collection.
ValueToggleButtonModel
Public Methods
 MethodDefined By
  
constructor.
ValueToggleButtonModel
Property Detail
groupNameproperty
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
selectedValueproperty 
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
valueproperty 
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
Constructor Detail
ValueToggleButtonModel()Constructor
public function ValueToggleButtonModel()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.