| Package | stimulsoft.viewer.requestFromUser.value |
| Class | public class StiValueBoolItemControl |
| Inheritance | StiValueBoolItemControl StiItemControl mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Property | Defined By | ||
|---|---|---|---|
![]() | bindingValues : Array | StiItemControl | |
| checkBoxNotAssigned : StiCheckBox | StiValueBoolItemControl | ||
| checkBoxValue : StiCheckBox | StiValueBoolItemControl | ||
![]() | collection : StiHashtable | StiItemControl | |
![]() | defaultValue : * | StiItemControl | |
![]() | dictionary : StiDictionary | StiItemControl | |
| dropDownButton : StiButton | StiValueBoolItemControl | ||
| value : Object [override] [read-only] | StiValueBoolItemControl | ||
![]() | variable : StiVariable | StiItemControl | |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiValueBoolItemControl | ||
![]() | checkBinding(variableName:String, value:String):void | StiItemControl | |
update():void [override] | StiValueBoolItemControl | ||
| Method | Defined By | ||
|---|---|---|---|
onCheckBoxNotAssignedClick(event:MouseEvent):void | StiValueBoolItemControl | ||
| checkBoxNotAssigned | property |
public var checkBoxNotAssigned:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxValue | property |
public var checkBoxValue:StiCheckBoxThis property can be used as the source for data binding.
| dropDownButton | property |
public var dropDownButton:StiButtonThis property can be used as the source for data binding.
| value | property |
value:Object [read-only] [override] public function get value():Object| StiValueBoolItemControl | () | Constructor |
public function StiValueBoolItemControl()Constructor.
| onCheckBoxNotAssignedClick | () | method |
protected function onCheckBoxNotAssignedClick(event:MouseEvent):voidParameters
event:MouseEvent |
| update | () | method |
override public function update():void