Packagestimulsoft.viewer.requestFromUser.value
Classpublic class StiValueGuidItemControl
InheritanceStiValueGuidItemControl Inheritance StiItemControl Inheritance mx.containers.Canvas



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

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

checkBoxNotAssignedproperty 
public var checkBoxNotAssigned:StiCheckBox

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
StiValueGuidItemControl()Constructor
public function StiValueGuidItemControl()

Constructor.

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