Packagecom.flexicious.controls.dependencies
Classpublic class RadioButtonRenderer
InheritanceRadioButtonRenderer Inheritance RadioButton Inheritance mx.controls.RadioButton

Renderer used by the the RadioButtonList to render the individual radio buttons.

See also

com.flexicious.controls.RadioButtonList


Public Properties
 PropertyDefined By
 InheritedautoRegister : Boolean
Register with the container on creation complete
RadioButton
 InheritedbindingTriggerEvent : String
The event to trigger the binding on.
RadioButton
  data : Object
[override] [write-only]
RadioButtonRenderer
 InheritedfilterComparisionType : String
This is usually automatically set, you don't have to manually set it, unless you're sending strings as Date objects.
RadioButton
 InheritedfilterOperation : String
The filter operation to apply to the comparison See the FilterExpression class for a list.
RadioButton
 InheritedfilterTriggerEvent : String
The event that the filter triggers on.
RadioButton
 Inheritedgrid : IExtendedDataGrid
The grid that the filter belongs to - can be null if filter is used outside the grid
RadioButton
 InheritedgridColumn : IDataGridFilterColumn
The grid column that the filter belongs to - can be null if filter is used outside the grid
RadioButton
  owner : DisplayObjectContainer
[override] [write-only]
RadioButtonRenderer
 InheritedrendererStyleName : String
RadioButton
 InheritedsearchField : String
The field to search on, usually same as the data field.
RadioButton
Protected Properties
 PropertyDefined By
 Inherited_filterControlInterface : FilterControlImpl
RadioButton
Public Methods
 MethodDefined By
 Inherited
clear():void
RadioButton
 Inherited
getValue():Object
Generic function that returns the value of a IFilterControl
RadioButton
 Inherited
RadioButton
 Inherited
setValue(val:Object):void
Generic function that sets the value of a IFilterControl
RadioButton
Protected Methods
 MethodDefined By
  
clickHandler(event:MouseEvent):void
[override]
RadioButtonRenderer
 Inherited
[override]
RadioButton
Property Detail
dataproperty
data:Object  [write-only] [override]


Implementation
    public function set data(value:Object):void
ownerproperty 
owner:DisplayObjectContainer  [write-only] [override]


Implementation
    public function set owner(value:DisplayObjectContainer):void
Method Detail
clickHandler()method
override protected function clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent