Packagecom.kapit.visualizer.Components
Classpublic class DefaultItemRenderer
InheritanceDefaultItemRenderer Inheritance mx.core.UIComponent
Implementsmx.controls.listClasses.IListItemRenderer



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
DefaultItemRenderer
  
draw():void
DefaultItemRenderer
Protected Methods
 MethodDefined by
  
DefaultItemRenderer
  
DefaultItemRenderer
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
DefaultItemRenderer
Public Constants
 ConstantDefined 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
Property detail
backgroundAlphaproperty
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
backgroundColorproperty 
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
dataproperty 
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
fieldsFunctionproperty 
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
fieldsSchemaproperty 
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
fieldsTextColorproperty 
fieldsTextColor:uint  [read-write]

Field Font color.

Implementation
    public function get fieldsTextColor():uint
    public function set fieldsTextColor(value:uint):void
fieldsTextFontproperty 
fieldsTextFont:String  [read-write]

Field Font Family.

Implementation
    public function get fieldsTextFont():String
    public function set fieldsTextFont(value:String):void
itemHeightproperty 
itemHeight:Number  [read-write]

Desired height.

Implementation
    public function get itemHeight():Number
    public function set itemHeight(value:Number):void
itemWidthproperty 
itemWidth:Number  [read-write]

Desired width.

Implementation
    public function get itemWidth():Number
    public function set itemWidth(value:Number):void
lineAlphaproperty 
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
titlesproperty 
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
titlesTextColorproperty 
titlesTextColor:uint  [read-write]

Title Font color.

Implementation
    public function get titlesTextColor():uint
    public function set titlesTextColor(value:uint):void
titlesTextFontproperty 
titlesTextFont:String  [read-write]

Titles Font Family.

Implementation
    public function get titlesTextFont():String
    public function set titlesTextFont(value:String):void
Constructor detail
DefaultItemRenderer()constructor
public function DefaultItemRenderer()
Method detail
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
Constant detail
CIRCULAR_SHAPEconstant
public static const CIRCULAR_SHAPE:uint = 0
DEFAULT_HEIGHTconstant 
public static const DEFAULT_HEIGHT:uint = 15
DEFAULT_WIDTHconstant 
public static const DEFAULT_WIDTH:uint = 15
RECTANGULAR_SHAPEconstant 
public static const RECTANGULAR_SHAPE:uint = 1
SQUARE_SHAPEconstant 
public static const SQUARE_SHAPE:uint = 2