| Package | com.flexicious.controls.dependencies | 
| Class | public class RadioButtonRenderer | 
| Inheritance | RadioButtonRenderer    RadioButton   mx.controls.RadioButton | 
See also
| Property | Defined By | ||
|---|---|---|---|
![]()  | autoRegister : Boolean 
 Register with the container on creation complete 
   | RadioButton | |
![]()  | bindingTriggerEvent : String 
   The event to trigger the binding on.  | RadioButton | |
| data : Object [override] [write-only]   | RadioButtonRenderer | ||
![]()  | filterComparisionType : String 
 This is usually automatically set, you don't have to manually set it,
 unless you're sending strings as Date objects.  | RadioButton | |
![]()  | filterOperation : String 
 The filter operation to apply to the comparison
 See the FilterExpression class for a list.  | RadioButton | |
![]()  | filterTriggerEvent : String 
 The event that the filter triggers on.  | RadioButton | |
![]()  | grid : IExtendedDataGrid 
 The grid that the filter belongs to - can be null
 if filter is used outside the grid 
   | RadioButton | |
![]()  | gridColumn : 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 | ||
![]()  | rendererStyleName : String | RadioButton | |
![]()  | searchField : String 
 The field to search on, usually same as the data field.  | RadioButton | |
| Method | Defined By | ||
|---|---|---|---|
clickHandler(event:MouseEvent):void [override]   | RadioButtonRenderer | ||
![]()  | commitProperties():void [override]   | RadioButton | |
| data | property | 
data:Object  [write-only] [override]     public function set data(value:Object):void| owner | property | 
owner:DisplayObjectContainer  [write-only] [override]     public function set owner(value:DisplayObjectContainer):void| clickHandler | () | method | 
override protected function clickHandler(event:MouseEvent):voidParameters
event:MouseEvent |