Package | stimulsoft.viewer.requestFromUser.value |
Class | public class StiValueBoolItemControl |
Inheritance | StiValueBoolItemControl ![]() ![]() |
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:StiCheckBox
This property can be used as the source for data binding.
checkBoxValue | property |
public var checkBoxValue:StiCheckBox
This property can be used as the source for data binding.
dropDownButton | property |
public var dropDownButton:StiButton
This 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):void
Parameters
event:MouseEvent |
update | () | method |
override public function update():void