ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.controls.olapDataGridClasses 

OLAPDataGridHeaderRendererProvider  - AS3 Flex

Packagemx.controls.olapDataGridClasses
Classpublic class OLAPDataGridHeaderRendererProvider
InheritanceOLAPDataGridHeaderRendererProvider Inheritance OLAPDataGridRendererProvider Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The OLAPDataGridHeaderRendererProvider class lets you specify a custom header renderer for the columns in the OLAPDataGrid control.

To specify a custom header renderer to the OLAPDataGrid control, create your customer header renderer as a subclass of the OLAPDataGridHeaderRenderer class, create an instance of the OLAPDataGridHeaderRendererProvider, set the OLAPDataGridHeaderRendererProvider.renderer property to your customer header renderer, and then pass the OLAPDataGridHeaderRendererProvider instance to the OLAPDATAGrid control by setting the OLAPDataGrid.headerRendererProviders property.

Related API Elements

mx.controls.OLAPDataGrid
mx.controls.olapDataGridClasses.OLAPDataGridHeaderRenderer


Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  headerWordWrap : *
Set to true to wrap the text in the column header.
OLAPDataGridHeaderRendererProvider
 Inheritedrenderer : IFactory
The renderer object used for customizing the OLAPDataGrid control.
OLAPDataGridRendererProvider
 InheritedstyleName : String
The name of a CSS style declaration for controlling the appearance of the cell.
OLAPDataGridRendererProvider
 Inheritedtype : int
Specifies whether the renderer is applied to a dimension (OLAPDataGrid.OLAP_DIMENSION), hierarchy(OLAPDataGrid.OLAP_HIERARCHY), level(OLAPDataGrid.OLAP_LEVEL), or member (OLAPDataGrid.OLAP_MEMBER) of an axis.
OLAPDataGridRendererProvider
 InheriteduniqueName : String
The unique name of the IOLAPElement to which the renderer is applied.
OLAPDataGridRendererProvider
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

headerWordWrap

property
public var headerWordWrap:*

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Set to true to wrap the text in the column header.