| Package | com.flexicious.controls |
| Class | public class RadioButtonList |
| Inheritance | RadioButtonList mx.controls.List |
| Implements | ISingleSelectFilterControl, ISingleSelectDataBoundControl |
Default MXML PropertydataProvider
See also
| Property | Defined By | ||
|---|---|---|---|
| addAllItem : Boolean
Flag, when set will cause the associated control to have
an Filter.ALL_ITEM Item value, which can then be used by the filtering
infrastructure to ignore the column in the search
| RadioButtonList | ||
| addAllItemText : String
Text of the "All" item. | RadioButtonList | ||
| autoRegister : Boolean
Register with the container on creation complete
| RadioButtonList | ||
| bindingTriggerEvent : String
The event to trigger the binding on. | RadioButtonList | ||
| dataField : String
For Selected Value Support
| RadioButtonList | ||
| dropdownWidth : Number | RadioButtonList | ||
| filterComparisionType : String
This is usually automatically set, you don't have to manually set it,
unless you're sending strings as Date objects. | RadioButtonList | ||
| filterOperation : String
The filter operation to apply to the comparison
See the FilterExpression class for a list. | RadioButtonList | ||
| filterTriggerEvent : String
The event that the filter triggers on. | RadioButtonList | ||
| grid : IExtendedDataGrid
The grid that the filter belongs to - can be null
if filter is used outside the grid
| RadioButtonList | ||
| gridColumn : IDataGridFilterColumn
The grid column that the filter belongs to - can be null
if filter is used outside the grid
| RadioButtonList | ||
| hasSearch : Boolean | RadioButtonList | ||
| rendererStyleName : String | RadioButtonList | ||
| searchField : String
The field to search on, usually same as the data field. | RadioButtonList | ||
| selectedValue : Object
Gets the selected value on our comboboxes. | RadioButtonList | ||
| Property | Defined By | ||
|---|---|---|---|
| _filterControlInterface : FilterControlImpl | RadioButtonList | ||
| Method | Defined By | ||
|---|---|---|---|
| RadioButtonList | |||
clear():void | RadioButtonList | ||
getValue():Object
Generic function that returns the value of a IFilterControl
| RadioButtonList | ||
setSourceFromControl():void | RadioButtonList | ||
setValue(val:Object):void
Generic function that sets the value of a IFilterControl
| RadioButtonList | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | RadioButtonList | ||
| _filterControlInterface | property |
protected var _filterControlInterface:FilterControlImpl| addAllItem | property |
addAllItem:BooleanFlag, when set will cause the associated control to have an Filter.ALL_ITEM Item value, which can then be used by the filtering infrastructure to ignore the column in the search
public function get addAllItem():Boolean public function set addAllItem(value:Boolean):void| addAllItemText | property |
addAllItemText:StringText of the "All" item. Defaults to "All"
public function get addAllItemText():String public function set addAllItemText(value:String):void| autoRegister | property |
autoRegister:BooleanRegister with the container on creation complete
public function get autoRegister():Boolean public function set autoRegister(value:Boolean):void| bindingTriggerEvent | property |
bindingTriggerEvent:StringThe event to trigger the binding on. Defaults to none, so you must call applyChanges on the container to update the souce object.
public function get bindingTriggerEvent():String public function set bindingTriggerEvent(value:String):void| dataField | property |
dataField:StringFor Selected Value Support
public function get dataField():String public function set dataField(value:String):void| dropdownWidth | property |
dropdownWidth:Number public function get dropdownWidth():Number public function set dropdownWidth(value:Number):void| filterComparisionType | property |
filterComparisionType:StringThis is usually automatically set, you don't have to manually set it, unless you're sending strings as Date objects. When set, will attempt to first convert the current value to the type you specified and then do the conversion. Values : auto,string,number,boolean,date
The default value is auto.
public function get filterComparisionType():String public function set filterComparisionType(value:String):void| filterOperation | property |
filterOperation:StringThe filter operation to apply to the comparison See the FilterExpression class for a list. Please note, for CheckBoxList and MultiSelectComboBox, this field defaults to "InList" and is ignored when set. see
public function get filterOperation():String public function set filterOperation(value:String):void| filterTriggerEvent | property |
filterTriggerEvent:StringThe event that the filter triggers on. Defaults to "change", or if the filterRenderer supports com.flexicious.controls.interfaces.IDelayedChange, then the delayedChange event.
public function get filterTriggerEvent():String public function set filterTriggerEvent(value:String):voidSee also
| grid | property |
grid:IExtendedDataGridThe grid that the filter belongs to - can be null if filter is used outside the grid
public function get grid():IExtendedDataGrid public function set grid(value:IExtendedDataGrid):void| gridColumn | property |
gridColumn:IDataGridFilterColumnThe grid column that the filter belongs to - can be null if filter is used outside the grid
public function get gridColumn():IDataGridFilterColumn public function set gridColumn(value:IDataGridFilterColumn):void| hasSearch | property |
hasSearch:Boolean public function get hasSearch():Boolean public function set hasSearch(value:Boolean):void| rendererStyleName | property |
public var rendererStyleName:String| searchField | property |
searchField:StringThe field to search on, usually same as the data field.
public function get searchField():String public function set searchField(value:String):void| selectedValue | property |
selectedValue:ObjectGets the selected value on our comboboxes. Just like the selected label, but applies to the data property. Needs the datafield property to be set.
public function get selectedValue():Object public function set selectedValue(value:Object):void| RadioButtonList | () | Constructor |
public function RadioButtonList()| clear | () | method |
public function clear():void| commitProperties | () | method |
override protected function commitProperties():void| getValue | () | method |
public function getValue():ObjectGeneric function that returns the value of a IFilterControl
ReturnsObject |
| setSourceFromControl | () | method |
public function setSourceFromControl():void| setValue | () | method |
public function setValue(val:Object):voidGeneric function that sets the value of a IFilterControl
Parameters
val:Object |