Packagecom.elfgrid.display
Classpublic class ElfGridRow
Implementsmx.core.IDataRenderer

ElfGridRow is not a DisplayObject, but is a value object for containing all of the IElfGridItems and tracking properties corresponding to a row.



Public Properties
 PropertyDefined by
  data : Object
ElfGridRow
  gridItemCount : uint
[read-only]
ElfGridRow
  gridItems : Array
ElfGridRow
  highlighted : Boolean
ElfGridRow
  row : uint
ElfGridRow
  rowHeight : Number = 0
ElfGridRow
  y : Number = 0
ElfGridRow
Public Methods
 MethodDefined by
  
ElfGridRow
  
addGridItem(gridItem:IElfGridItem):void
ElfGridRow
  
addGridItemAt(gridItem:IElfGridItem, index:uint):void
ElfGridRow
  
ElfGridRow
  
ElfGridRow
  
ElfGridRow
  
ElfGridRow
  
toString():String
ElfGridRow
Property detail
dataproperty
data:Object  [read-write]Implementation
    public function get data():Object
    public function set data(value:Object):void
gridItemCountproperty 
gridItemCount:uint  [read-only]Implementation
    public function get gridItemCount():uint
gridItemsproperty 
public var gridItems:Array
highlightedproperty 
highlighted:Boolean  [read-write]Implementation
    public function get highlighted():Boolean
    public function set highlighted(value:Boolean):void
rowproperty 
row:uint  [read-write]Implementation
    public function get row():uint
    public function set row(value:uint):void
rowHeightproperty 
public var rowHeight:Number = 0
yproperty 
public var y:Number = 0
Constructor detail
ElfGridRow()constructor
public function ElfGridRow()
Method detail
addGridItem()method
public function addGridItem(gridItem:IElfGridItem):voidParameters
gridItem:IElfGridItem
addGridItemAt()method 
public function addGridItemAt(gridItem:IElfGridItem, index:uint):voidParameters
gridItem:IElfGridItem
 
index:uint
getGridItemAt()method 
public function getGridItemAt(index:uint):IElfGridItemParameters
index:uint

Returns
IElfGridItem
getGridItemByColumn()method 
public function getGridItemByColumn(column:IElfGridColumn):IElfGridItemParameters
column:IElfGridColumn

Returns
IElfGridItem
getGridItemIndex()method 
public function getGridItemIndex(gridItem:IElfGridItem):intParameters
gridItem:IElfGridItem

Returns
int
removeAllGridItems()method 
public function removeAllGridItems():void
toString()method 
public function toString():String

Returns
String