Packageorg.servebox.toolbox.form.elements
Classpublic class SFCheckBox
InheritanceSFCheckBox Inheritance mx.controls.CheckBox
ImplementsISmartFormElement

Checkbox that contains a referencedValue for comparision with SmartForm source



Public Properties
 PropertyDefined by
  falseLabel : String
SFCheckBox
  referencedValue : Object
SFCheckBox
  renderer : Container
SFCheckBox
  trueLabel : String
SFCheckBox
Public Methods
 MethodDefined by
  
Creates a new SFCheckBox object.
SFCheckBox
  
SFCheckBox
  
render():UIComponent
SFCheckBox
  
setValue(value:IBasicObject):void
SFCheckBox
Property detail
falseLabelproperty
falseLabel:String  [read-write]

Implementation
    public function get falseLabel():String
    public function set falseLabel(value:String):void
referencedValueproperty 
referencedValue:Object  [read-write]

Implementation
    public function get referencedValue():Object
    public function set referencedValue(value:Object):void
rendererproperty 
renderer:Container  [read-write]

Implementation
    public function get renderer():Container
    public function set renderer(value:Container):void
trueLabelproperty 
trueLabel:String  [read-write]

Implementation
    public function get trueLabel():String
    public function set trueLabel(value:String):void
Constructor detail
SFCheckBox()constructor
public function SFCheckBox()

Creates a new SFCheckBox object.

Method detail
getValue()method
public function getValue():IBasicObject

Returns
IBasicObject
render()method 
public function render():UIComponent

Returns
UIComponent
setValue()method 
public function setValue(value:IBasicObject):voidParameters
value:IBasicObject