| Package | ardisia.themes.london.skins |
| Class | public class DataGridSkin |
| Inheritance | DataGridSkin spark.components.supportClasses.Skin |
| 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:ClassFactoryThis property can be used as the source for data binding.
| background | property |
public var background:RectThis property can be used as the source for data binding.
| bgFill | property |
public var bgFill:SolidColorThis property can be used as the source for data binding.
| border | property |
public var border:Rectborder
This property can be used as the source for data binding.
| caretIndicator | property |
public var caretIndicator:ClassFactoryThis property can be used as the source for data binding.
| columnHeaderGroup | property |
public var columnHeaderGroup:GridColumnHeaderGroupThis property can be used as the source for data binding.
| columnSeparator | property |
public var columnSeparator:ClassFactoryThis property can be used as the source for data binding.
| editorIndicator | property |
public var editorIndicator:ClassFactoryThis property can be used as the source for data binding.
| grid | property |
public var grid:GridThis property can be used as the source for data binding.
| headerColumnSeparator | property |
public var headerColumnSeparator:ClassFactoryThis property can be used as the source for data binding.
| headerRenderer | property |
public var headerRenderer:ClassFactoryThis property can be used as the source for data binding.
| headerSeparator | property |
public var headerSeparator:LineThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:DataGridThis property can be used as the source for data binding.
| hoverIndicator | property |
public var hoverIndicator:ClassFactoryThis property can be used as the source for data binding.
| scroller | property |
public var scroller:ScrollerThis property can be used as the source for data binding.
| selectionIndicator | property |
public var selectionIndicator:ClassFactoryremove row separator
This property can be used as the source for data binding.
| wrapper | property |
public var wrapper:VGroupcolumn 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):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |