Pakket | mx.olap |
Klasse | public class OLAPQueryAxis |
Overerving | OLAPQueryAxis Object |
Implementatie | IOLAPQueryAxis |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The <mx:OLAPQueryAxis>
tag inherits all of the tag attributes
of its superclass, and adds the following tag attributes:
<mx:OLAPQueryAxis Properties />
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
axisOrdinal : int
The type of axis, as
OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis. | OLAPQueryAxis | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
sets : Array [alleen-lezen]
All the sets of the query axis, as an Array of IOLAPSet instances. | OLAPQueryAxis | ||
tuples : Array [alleen-lezen]
All the tuples added to the query axis, as an Array of IOLAPTuple instances. | OLAPQueryAxis |
Methode | Gedefinieerd door | ||
---|---|---|---|
OLAPQueryAxis(ordinal:int)
Constructor
| OLAPQueryAxis | ||
Adds a single member to the query axis. | OLAPQueryAxis | ||
Adds a set to the query axis. | OLAPQueryAxis | ||
Adds a tuple to the query axis. | OLAPQueryAxis | ||
Clears all the sets, tuples and members from this axis. | OLAPQueryAxis | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
axisOrdinal | eigenschap |
public var axisOrdinal:int
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The type of axis, as
OLAPQuery.COLUMN AXIS
for a column axis,
OLAPQuery.ROW_AXIS
for a row axis,
and OLAPQuery.SLICER_AXIS
for a slicer axis.
sets | eigenschap |
sets:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
All the sets of the query axis, as an Array of IOLAPSet instances.
This Array includes sets added by the addMember()
and addTuple()
methods.
Implementatie
public function get sets():Array
tuples | eigenschap |
tuples:Array
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
All the tuples added to the query axis, as an Array of IOLAPTuple instances.
This Array includes tuples added by the addMember()
and addSet()
methods.
Implementatie
public function get tuples():Array
OLAPQueryAxis | () | Constructor |
public function OLAPQueryAxis(ordinal:int)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor
Parametersordinal:int — The type of axis.
Use OLAPQuery.COLUMN AXIS for a column axis,
OLAPQuery.ROW_AXIS for a row axis,
and OLAPQuery.SLICER_AXIS for a slicer axis.
|
addMember | () | methode |
public function addMember(m:IOLAPMember):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds a single member to the query axis. The member is automatically converted to an IOLPASet instance. This method is useful when adding a member to a slicer axis.
Parameters
m:IOLAPMember — The member to add to the query.
|
addSet | () | methode |
addTuple | () | methode |
public function addTuple(t:mx.olap:IOLAPTuple):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds a tuple to the query axis. The tuple is automatically converted to an IOLPASet instance.
Parameters
t:mx.olap:IOLAPTuple — The tuple to add to the query.
|
clear | () | methode |
public function clear():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Clears all the sets, tuples and members from this axis.
Wed Jun 13 2018, 11:42 AM Z