Packagecom.flexicious.nestedtreedatagrid.cells
Interfacepublic interface IExpandCollapseComponent extends mx.core.IUIComponent
Implementors ExpandCollapseIcon, FlexDataGridExpandCollapseCell



Public Properties
 PropertyDefined By
  cell : IFlexDataGridCell
[read-only]
IExpandCollapseComponent
  graphics : Graphics
[read-only]
IExpandCollapseComponent
  hasChildren : Boolean
IExpandCollapseComponent
  level : FlexDataGridColumnLevel
[read-only]
IExpandCollapseComponent
  open : Boolean
IExpandCollapseComponent
  rowInfo : RowInfo
[read-only]
IExpandCollapseComponent
  toolTip : String
[write-only]
IExpandCollapseComponent
Public Methods
 MethodDefined By
  
doClick():void
IExpandCollapseComponent
  
IExpandCollapseComponent
Property Detail
cellproperty
cell:IFlexDataGridCell  [read-only]


Implementation
    public function get cell():IFlexDataGridCell
graphicsproperty 
graphics:Graphics  [read-only]


Implementation
    public function get graphics():Graphics
hasChildrenproperty 
hasChildren:Boolean


Implementation
    public function get hasChildren():Boolean
    public function set hasChildren(value:Boolean):void
levelproperty 
level:FlexDataGridColumnLevel  [read-only]


Implementation
    public function get level():FlexDataGridColumnLevel
openproperty 
open:Boolean


Implementation
    public function get open():Boolean
    public function set open(value:Boolean):void
rowInfoproperty 
rowInfo:RowInfo  [read-only]


Implementation
    public function get rowInfo():RowInfo
toolTipproperty 
toolTip:String  [write-only]


Implementation
    public function set toolTip(value:String):void
Method Detail
doClick()method
public function doClick():void

refreshCell()method 
public function refreshCell():void