| Package | com.flexicious.nestedtreedatagrid.cells |
| Interface | public interface IExpandCollapseComponent extends mx.core.IUIComponent |
| Implementors | ExpandCollapseIcon, FlexDataGridExpandCollapseCell |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
doClick():void | IExpandCollapseComponent | ||
refreshCell():void | IExpandCollapseComponent | ||
| cell | property |
| graphics | property |
graphics:Graphics [read-only] public function get graphics():Graphics| hasChildren | property |
hasChildren:Boolean public function get hasChildren():Boolean public function set hasChildren(value:Boolean):void| level | property |
level:FlexDataGridColumnLevel [read-only] public function get level():FlexDataGridColumnLevel| open | property |
open:Boolean public function get open():Boolean public function set open(value:Boolean):void| rowInfo | property |
| toolTip | property |
toolTip:String [write-only] public function set toolTip(value:String):void| doClick | () | method |
public function doClick():void| refreshCell | () | method |
public function refreshCell():void