A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
active — Property, class com.flexmonster.pivot.vo.MeasureValueObject
Boolean value that defines whether the calculated measure will be added to the list of available values but not selected (false) or will be selected for the report (true).
addCondition(condition:com.flexmonster.pivot.vo:ConditionValueObject) — method, class FlexPivotComponent
Adds conditional formatting rule for cell values to format them with specific styles if the condition for the cell value is met.
addDataArray(array:Array) — method, class FlexPivotComponent
Adds new data records from array.
addDataRecord(object:Object) — method, class FlexPivotComponent
Adds new data record from object.
addDimension(dimension:com.flexmonster.pivot.vo:DimensionValueObject) — method, class FlexPivotComponent
Adds new dimension to the data structure.
addHierarchy(hierarchy:com.flexmonster.pivot.vo:HierarchyValueObject) — method, class FlexPivotComponent
Adds new hierarchy to the specified dimension.
addJSON(json:Array) — method, class FlexPivotComponent
Sets JSON data source.
addMeasure(measure:com.flexmonster.pivot.vo:MeasureValueObject) — method, class FlexPivotComponent
Deprecated in 2.2 for adding new measure to the data structure.
addStyleToMember(hierarchyName:String, memberName:String, style:com.flexmonster.pivot.vo:StyleValueObject) — method, class FlexPivotComponent
Applies style to the member of specific hierarchy.
addUrlToMember(hierarchyName:String, memberName:String, url:String) — method, class FlexPivotComponent
Adds link to the member of specific hierarchy.
aggregation — Property, class com.flexmonster.pivot.vo.MeasureValueObject
Type of aggregation function that will be applied to the measure ("sum", "count", "distinctcount", "average", "product", "min", "max", "percent", "percentofcolumn", "percentofrow", "index").
aggregationCaptions(aggregations:Array) — Static Method , class com.flexmonster.pivot.data.consts.AggregationName
AggregationName — class, package com.flexmonster.pivot.data.consts
The AggregationName class provides all available aggregations and their captions for CSV and API data sources.
AGGREGATIONS_COMPATIBLE_WITH_DATETIME_FORMATTING — Constant Static Property, class com.flexmonster.pivot.data.consts.AggregationName
The list of aggregations to which date/time formatting is applicable.
alertFunction — Property, class FlexPivotComponent
Sets custom function for alert.
ALL_AGGREGATIONS — Constant Static Property, class com.flexmonster.pivot.data.consts.AggregationName
The default list of all available aggregations for CSV data sources.
API — Constant Static Property, class com.flexmonster.pivot.data.consts.DataSourceType
ASC — Constant Static Property, class com.flexmonster.pivot.data.consts.SortType
Ascending sorting type.
availableAggregations — Property, class com.flexmonster.pivot.vo.MeasureValueObject
Array of strings that represents the list of aggregation functions which can be applied to the current measure.
availableAggregationsCaptions — Property, class com.flexmonster.pivot.vo.MeasureValueObject
Array of strings that represents the list of aggregation captions.
AVAILABLE_FOR_XMLA — Constant Static Property, class com.flexmonster.pivot.data.consts.AggregationName
The list of aggregations available for XMLA data sources.
AVERAGE — Constant Static Property, class com.flexmonster.pivot.data.consts.AggregationName
AVERAGE_CAPTION — Property, class com.flexmonster.pivot.vo.LabelsValueObject
AVERAGE_GRAND_TOTAL_CAPTION — Property, class com.flexmonster.pivot.vo.LabelsValueObject
AVERAGE_TOTAL_CAPTION — Property, class com.flexmonster.pivot.vo.LabelsValueObject
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z