Packageardisia.themes.stockholm.skins
Classpublic class DataGridSkin
InheritanceDataGridSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
  hoverIndicator : ClassFactory
DataGridSkin
  scroller : Scroller
DataGridSkin
  selectionIndicator : ClassFactory
remove row separator
DataGridSkin
  wrapper : VGroup
column header, content
DataGridSkin
Public Methods
 MethodDefined By
  
Constructor.
DataGridSkin
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
DataGridSkin
Property Detail
alternatingRowColorsBackgroundproperty
public var alternatingRowColorsBackground:ClassFactory

This property can be used as the source for data binding.

backgroundproperty 
public var background:Rect

This property can be used as the source for data binding.

bgFillproperty 
public var bgFill:SolidColor

This property can be used as the source for data binding.

borderproperty 
public var border:Rect

border

This property can be used as the source for data binding.

caretIndicatorproperty 
public var caretIndicator:ClassFactory

This property can be used as the source for data binding.

columnHeaderGroupproperty 
public var columnHeaderGroup:GridColumnHeaderGroup

This property can be used as the source for data binding.

columnSeparatorproperty 
public var columnSeparator:ClassFactory

This property can be used as the source for data binding.

editorIndicatorproperty 
public var editorIndicator:ClassFactory

This property can be used as the source for data binding.

gridproperty 
public var grid:Grid

This property can be used as the source for data binding.

headerColumnSeparatorproperty 
public var headerColumnSeparator:ClassFactory

This property can be used as the source for data binding.

headerRendererproperty 
public var headerRenderer:ClassFactory

This property can be used as the source for data binding.

headerSeparatorproperty 
public var headerSeparator:Line

This property can be used as the source for data binding.

hoverIndicatorproperty 
public var hoverIndicator:ClassFactory

This property can be used as the source for data binding.

scrollerproperty 
public var scroller:Scroller

This property can be used as the source for data binding.

selectionIndicatorproperty 
public var selectionIndicator:ClassFactory

remove row separator

This property can be used as the source for data binding.

wrapperproperty 
public var wrapper:VGroup

column header, content

This property can be used as the source for data binding.

Constructor Detail
DataGridSkin()Constructor
public function DataGridSkin()

Constructor.

Method Detail
updateDisplayList()method
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number