| Package | com.kapit.visualizer.Components |
| Class | public class DefaultItemRenderer |
| Inheritance | DefaultItemRenderer mx.core.UIComponent |
| Implements | mx.controls.listClasses.IListItemRenderer |
| Property | Defined by | ||
|---|---|---|---|
| backgroundAlpha : uint
Background alpha.
| DefaultItemRenderer | ||
| backgroundColor : uint
Background color.
| DefaultItemRenderer | ||
| data : Object
Renderer data used to populate the content of this component.
| DefaultItemRenderer | ||
| fieldsFunction : Function
Function feeding Text Form content.
| DefaultItemRenderer | ||
| fieldsSchema : Array
Array containing data properties from which Text Form labels content is extracted.
| DefaultItemRenderer | ||
| fieldsTextColor : uint
Field Font color.
| DefaultItemRenderer | ||
| fieldsTextFont : String
Field Font Family.
| DefaultItemRenderer | ||
| itemHeight : Number
Desired height.
| DefaultItemRenderer | ||
| itemWidth : Number
Desired width.
| DefaultItemRenderer | ||
| lineAlpha : uint
Background color.
| DefaultItemRenderer | ||
| titles : Array
Titles for displayed labels.
| DefaultItemRenderer | ||
| titlesTextColor : uint
Title Font color.
| DefaultItemRenderer | ||
| titlesTextFont : String
Titles Font Family.
| DefaultItemRenderer | ||
| Method | Defined by | ||
|---|---|---|---|
| DefaultItemRenderer | |||
|
draw():void
| DefaultItemRenderer | ||
| Method | Defined by | ||
|---|---|---|---|
|
commitProperties():void
| DefaultItemRenderer | ||
|
createChildren():void
| DefaultItemRenderer | ||
|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
| DefaultItemRenderer | ||
| Constant | Defined by | ||
|---|---|---|---|
| CIRCULAR_SHAPE : uint = 0 [static]
| DefaultItemRenderer | ||
| DEFAULT_HEIGHT : uint = 15 [static]
| DefaultItemRenderer | ||
| DEFAULT_WIDTH : uint = 15 [static]
| DefaultItemRenderer | ||
| RECTANGULAR_SHAPE : uint = 1 [static]
| DefaultItemRenderer | ||
| SQUARE_SHAPE : uint = 2 [static]
| DefaultItemRenderer | ||
| backgroundAlpha | property |
backgroundAlpha:uint [read-write]Background alpha.
This property can be used as the source for data binding.
Implementation public function get backgroundAlpha():uint
public function set backgroundAlpha(value:uint):void
| backgroundColor | property |
backgroundColor:uint [read-write]Background color.
This property can be used as the source for data binding.
Implementation public function get backgroundColor():uint
public function set backgroundColor(value:uint):void
| data | property |
data:Object [read-write]Renderer data used to populate the content of this component.
Implementation public function get data():Object
public function set data(value:Object):void
| fieldsFunction | property |
fieldsFunction:Function [read-write]Function feeding Text Form content.
This property can be used as the source for data binding.
Implementation public function get fieldsFunction():Function
public function set fieldsFunction(value:Function):void
| fieldsSchema | property |
fieldsSchema:Array [read-write]Array containing data properties from which Text Form labels content is extracted.
This property can be used as the source for data binding.
Implementation public function get fieldsSchema():Array
public function set fieldsSchema(value:Array):void
| fieldsTextColor | property |
fieldsTextColor:uint [read-write]Field Font color.
Implementation public function get fieldsTextColor():uint
public function set fieldsTextColor(value:uint):void
| fieldsTextFont | property |
fieldsTextFont:String [read-write]Field Font Family.
Implementation public function get fieldsTextFont():String
public function set fieldsTextFont(value:String):void
| itemHeight | property |
itemHeight:Number [read-write]Desired height.
Implementation public function get itemHeight():Number
public function set itemHeight(value:Number):void
| itemWidth | property |
itemWidth:Number [read-write]Desired width.
Implementation public function get itemWidth():Number
public function set itemWidth(value:Number):void
| lineAlpha | property |
lineAlpha:uint [read-write]Background color.
This property can be used as the source for data binding.
Implementation public function get lineAlpha():uint
public function set lineAlpha(value:uint):void
| titles | property |
titles:Array [read-write]Titles for displayed labels.
This property can be used as the source for data binding.
Implementation public function get titles():Array
public function set titles(value:Array):void
| titlesTextColor | property |
titlesTextColor:uint [read-write]Title Font color.
Implementation public function get titlesTextColor():uint
public function set titlesTextColor(value:uint):void
| titlesTextFont | property |
titlesTextFont:String [read-write]Titles Font Family.
Implementation public function get titlesTextFont():String
public function set titlesTextFont(value:String):void
| DefaultItemRenderer | () | constructor |
public function DefaultItemRenderer()
| commitProperties | () | method |
protected override function commitProperties():void
| createChildren | () | method |
protected override function createChildren():void
| draw | () | method |
public function draw():void
| updateDisplayList | () | method |
protected override function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |
| CIRCULAR_SHAPE | constant |
public static const CIRCULAR_SHAPE:uint = 0
| DEFAULT_HEIGHT | constant |
public static const DEFAULT_HEIGHT:uint = 15
| DEFAULT_WIDTH | constant |
public static const DEFAULT_WIDTH:uint = 15
| RECTANGULAR_SHAPE | constant |
public static const RECTANGULAR_SHAPE:uint = 1
| SQUARE_SHAPE | constant |
public static const SQUARE_SHAPE:uint = 2