| Package | org.servebox.toolbox.form.elements |
| Class | public class SFCheckBoxSet |
| Inheritance | SFCheckBoxSet mx.containers.Box |
| Implements | ISmartFormElement |
| Property | Defined by | ||
|---|---|---|---|
| propertyForMatch : String | SFCheckBoxSet | ||
| renderer : Container | SFCheckBoxSet | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new SFCheckBoxSet object.
| SFCheckBoxSet | ||
| SFCheckBoxSet | |||
|
getValuesForRead():Array
| SFCheckBoxSet | ||
|
render():UIComponent
| SFCheckBoxSet | ||
|
setValue(value:IBasicObject):void
| SFCheckBoxSet | ||
| propertyForMatch | property |
propertyForMatch:String [read-write]Implementation
public function get propertyForMatch():String
public function set propertyForMatch(value:String):void
| renderer | property |
renderer:Container [read-write]Implementation
public function get renderer():Container
public function set renderer(value:Container):void
| SFCheckBoxSet | () | constructor |
public function SFCheckBoxSet()Creates a new SFCheckBoxSet object.
| getValue | () | method |
| getValuesForRead | () | method |
public function getValuesForRead():Array
Returns
Array |
| render | () | method |
public function render():UIComponent
Returns
UIComponent |
| setValue | () | method |