| Package | ardisia.themes.stockholm.itemRenderers |
| Class | public class DefaultGridHeaderRenderer |
| Inheritance | DefaultGridHeaderRenderer spark.components.gridClasses.GridItemRenderer |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | DefaultGridHeaderRenderer | ||
| defaultSortIndicator | property |
public var defaultSortIndicator:ClassFactoryThis property can be used as the source for data binding.
| fill | property |
public var fill:SolidColorThis property can be used as the source for data binding.
| labelDisplayGroup | property |
public var labelDisplayGroup:GroupThis property can be used as the source for data binding.
| maxDisplayedLines | property |
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.
public function get maxDisplayedLines():int public function set maxDisplayedLines(value:int):void| sortIndicator | property |
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.
public function get sortIndicator():IFactory public function set sortIndicator(value:IFactory):void| sortIndicatorGroup | property |
public var sortIndicatorGroup:GroupThis property can be used as the source for data binding.
| DefaultGridHeaderRenderer | () | Constructor |
public function DefaultGridHeaderRenderer()Constructor.