Pakiet | mx.controls.olapDataGridClasses |
Klasa | public class OLAPDataGridHeaderRendererProvider |
Dziedziczenie | OLAPDataGridHeaderRendererProvider OLAPDataGridRendererProvider Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
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.
Powiązane elementy interfejsu API
mx.controls.OLAPDataGrid
mx.controls.olapDataGridClasses.OLAPDataGridHeaderRenderer
mx.controls.olapDataGridClasses.OLAPDataGridHeaderRenderer
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
headerWordWrap : *
Set to true to wrap the text in the column header. | OLAPDataGridHeaderRendererProvider | ||
renderer : IFactory
The renderer object used for customizing the OLAPDataGrid control. | OLAPDataGridRendererProvider | ||
styleName : String
The name of a CSS style declaration for controlling
the appearance of the cell. | OLAPDataGridRendererProvider | ||
type : 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 | ||
uniqueName : String
The unique name of the IOLAPElement to which the renderer is applied. | OLAPDataGridRendererProvider |
Metody publiczne
Szczegół właściwości
headerWordWrap | właściwość |
public var headerWordWrap:*
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Set to true
to wrap the text in the column header.
Tue Jun 12 2018, 12:06 PM Z