Packageardisia.themes.stockholm.itemRenderers
Classpublic class DefaultGridHeaderRenderer
InheritanceDefaultGridHeaderRenderer Inheritance spark.components.gridClasses.GridItemRenderer
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  defaultSortIndicator : ClassFactory
DefaultGridHeaderRenderer
  fill : SolidColor
DefaultGridHeaderRenderer
  labelDisplayGroup : Group
DefaultGridHeaderRenderer
  maxDisplayedLines : int
The value of this property is used to initialize the maxDisplayedLines property of this renderer's labelDisplay element.
DefaultGridHeaderRenderer
  sortIndicator : IFactory
A visual element that's displayed when the column is sorted.
DefaultGridHeaderRenderer
  sortIndicatorGroup : Group
DefaultGridHeaderRenderer
Public Methods
 MethodDefined By
  
Constructor.
DefaultGridHeaderRenderer
Property Detail
defaultSortIndicatorproperty
public var defaultSortIndicator:ClassFactory

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

fillproperty 
public var fill:SolidColor

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

labelDisplayGroupproperty 
public var labelDisplayGroup:Group

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

maxDisplayedLinesproperty 
maxDisplayedLines:int

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10, AIR 1.5

The value of this property is used to initialize the maxDisplayedLines property of this renderer's labelDisplay element.

The default value is 1.

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


Implementation
    public function get maxDisplayedLines():int
    public function set maxDisplayedLines(value:int):void
sortIndicatorproperty 
sortIndicator:IFactory

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : Flash Player 10, AIR 1.5

A visual element that's displayed when the column is sorted.

The sortIndicator visual element is added to the sortIndicatorGroup by this renderer's prepare() method. Any size/location constraints specified by the sortIndicator define its location relative to the sortIndicatorGroup.

The default value is null.

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


Implementation
    public function get sortIndicator():IFactory
    public function set sortIndicator(value:IFactory):void
sortIndicatorGroupproperty 
public var sortIndicatorGroup:Group

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

Constructor Detail
DefaultGridHeaderRenderer()Constructor
public function DefaultGridHeaderRenderer()

Constructor.