Packagestimulsoft.viewer.requestFromUser.value
Classpublic class StiValueBoolItemControl
InheritanceStiValueBoolItemControl Inheritance StiItemControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 InheritedbindingValues : Array
StiItemControl
  checkBoxNotAssigned : StiCheckBox
StiValueBoolItemControl
  checkBoxValue : StiCheckBox
StiValueBoolItemControl
 Inheritedcollection : StiHashtable
StiItemControl
 InheriteddefaultValue : *
StiItemControl
 Inheriteddictionary : StiDictionary
StiItemControl
  dropDownButton : StiButton
StiValueBoolItemControl
  value : Object
[override] [read-only]
StiValueBoolItemControl
 Inheritedvariable : StiVariable
StiItemControl
Public Methods
 MethodDefined By
  
Constructor.
StiValueBoolItemControl
 Inherited
checkBinding(variableName:String, value:String):void
StiItemControl
  
update():void
[override]
StiValueBoolItemControl
Protected Methods
 MethodDefined By
  
onCheckBoxNotAssignedClick(event:MouseEvent):void
StiValueBoolItemControl
Property Detail
checkBoxNotAssignedproperty
public var checkBoxNotAssigned:StiCheckBox

This property can be used as the source for data binding.

checkBoxValueproperty 
public var checkBoxValue:StiCheckBox

This property can be used as the source for data binding.

dropDownButtonproperty 
public var dropDownButton:StiButton

This property can be used as the source for data binding.

valueproperty 
value:Object  [read-only] [override]


Implementation
    public function get value():Object
Constructor Detail
StiValueBoolItemControl()Constructor
public function StiValueBoolItemControl()

Constructor.

Method Detail
onCheckBoxNotAssignedClick()method
protected function onCheckBoxNotAssignedClick(event:MouseEvent):void

Parameters

event:MouseEvent

update()method 
override public function update():void