Pakket | mx.olap |
Klasse | public class OLAPResultAxis |
Overerving | OLAPResultAxis Object |
Implementatie | IOLAPResultAxis |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
positions : IList
A list of IOLAPAxisPosition instances,
where each position represents a point along the axis. | OLAPResultAxis |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Adds a position to the axis of the query result. | OLAPResultAxis | ||
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 | ||
Removes a position from the axis of the query result. | OLAPResultAxis | ||
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 |
Eigenschapdetails
positions | eigenschap |
Methodedetails
addPosition | () | methode |
public function addPosition(p:IOLAPAxisPosition):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Adds a position to the axis of the query result.
Parameters
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
removePosition | () | methode |
public function removePosition(p:IOLAPAxisPosition):Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Removes a position from the axis of the query result.
Parameters
p:IOLAPAxisPosition — The IOLAPAxisPosition instance that represents the position.
|
Boolean — true if the position is removed from the axis,
and false if not.
|
Wed Jun 13 2018, 11:42 AM Z