Package | ardisia.themes.london.skins |
Class | public class DataGridSkin |
Inheritance | DataGridSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
alternatingRowColorsBackground : ClassFactory | DataGridSkin | ||
background : Rect | DataGridSkin | ||
bgFill : SolidColor | DataGridSkin | ||
border : Rect border | DataGridSkin | ||
caretIndicator : ClassFactory | DataGridSkin | ||
columnHeaderGroup : GridColumnHeaderGroup | DataGridSkin | ||
columnSeparator : ClassFactory | DataGridSkin | ||
editorIndicator : ClassFactory | DataGridSkin | ||
grid : Grid | DataGridSkin | ||
headerColumnSeparator : ClassFactory | DataGridSkin | ||
headerRenderer : ClassFactory | DataGridSkin | ||
headerSeparator : Line | DataGridSkin | ||
hostComponent : DataGrid | DataGridSkin | ||
hoverIndicator : ClassFactory | DataGridSkin | ||
scroller : Scroller | DataGridSkin | ||
selectionIndicator : ClassFactory remove row separator | DataGridSkin | ||
wrapper : VGroup column header, content | DataGridSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | DataGridSkin |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | DataGridSkin |
alternatingRowColorsBackground | property |
public var alternatingRowColorsBackground:ClassFactory
This property can be used as the source for data binding.
background | property |
public var background:Rect
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
caretIndicator | property |
public var caretIndicator:ClassFactory
This property can be used as the source for data binding.
columnHeaderGroup | property |
public var columnHeaderGroup:GridColumnHeaderGroup
This property can be used as the source for data binding.
columnSeparator | property |
public var columnSeparator:ClassFactory
This property can be used as the source for data binding.
editorIndicator | property |
public var editorIndicator:ClassFactory
This property can be used as the source for data binding.
grid | property |
public var grid:Grid
This property can be used as the source for data binding.
headerColumnSeparator | property |
public var headerColumnSeparator:ClassFactory
This property can be used as the source for data binding.
headerRenderer | property |
public var headerRenderer:ClassFactory
This property can be used as the source for data binding.
headerSeparator | property |
public var headerSeparator:Line
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:DataGrid
This property can be used as the source for data binding.
hoverIndicator | property |
public var hoverIndicator:ClassFactory
This property can be used as the source for data binding.
scroller | property |
public var scroller:Scroller
This property can be used as the source for data binding.
selectionIndicator | property |
public var selectionIndicator:ClassFactory
remove row separator
This property can be used as the source for data binding.
wrapper | property |
public var wrapper:VGroup
column header, content
This property can be used as the source for data binding.
DataGridSkin | () | Constructor |
public function DataGridSkin()
Constructor.
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |