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  
getAllConditions() — method, class FlexPivotComponent
Returns a list of conditional formatting rules of the report.
getAllHierarchies() — method, class FlexPivotComponent
Returns a list of all available hierarchies.
getAllMeasures() — method, class FlexPivotComponent
Returns a list of all available measures.
getCell(rowIdx:int, colIdx:int) — method, class FlexPivotComponent
Returns information about cell by row and column indexes.
getColumns() — method, class FlexPivotComponent
Returns a list of hierarchies in the "Columns" axis.
getColumnWidth(colIdx:int) — method, class FlexPivotComponent
Returns specified column's width.
getCondition(id:String) — method, class FlexPivotComponent
Returns a conditional formatting rule by id.
getFilter(hierarchyName:String) — method, class FlexPivotComponent
Returns the filtered members for the specified hierarchy.
getFilterProperties(hierarchyName:String) — method, class FlexPivotComponent
Returns the filter properties set for the specified hierarchy.
getFormat(measureName:String) — method, class FlexPivotComponent
Returns the number formatting for the specified measure.
getLabels() — method, class FlexPivotComponent
Returns an object which represents current localization.
getLocalizedCaption(aggregation:String, originalCaption:String) — Static Method , class com.flexmonster.pivot.vo.MeasureValueObject
getMeasures() — method, class FlexPivotComponent
Returns a list of the selected measures in the report.
getMembers(hierarchyName:String, memberName:String, callbackHandler:Function) — method, class FlexPivotComponent
Returns a list of members for the specified hierarchy.
getOptions() — method, class FlexPivotComponent
Returns an OptionsValueObject with component's options.
getPages() — method, class FlexPivotComponent
Returns a list of hierarchies in the "Pages" ("Report Filter") axis.
getReport() — method, class FlexPivotComponent
Returns an object which describes the current report.
getRowHeight(rowIdx:int) — method, class FlexPivotComponent
Returns row's height with specified index.
getRows() — method, class FlexPivotComponent
Returns a list of hierarchies in the "Rows" axis.
getSelectedCell() — method, class FlexPivotComponent
Returns information about selected cell.
getSort(hierarchyName:String) — method, class FlexPivotComponent
Returns the sort type which is applied to the hierarchy.
getValue(rowIdx:int, colIdx:int) — method, class FlexPivotComponent
Returns the cell value by row and column indexes.
getXMLACatalogs(proxyURL:String, dataSource:String, callbackHandler:Function, username:String, password:String) — method, class FlexPivotComponent
One of four API calls of OLAP/XMLA connectivity diagnostics.
getXMLACubes(proxyURL:String, dataSource:String, catalog:String, callbackHandler:Function, username:String, password:String) — method, class FlexPivotComponent
One of four API calls of OLAP/XMLA connectivity diagnostics.
getXMLADataSources(proxyURL:String, callbackHandler:Function, username:String, password:String) — method, class FlexPivotComponent
One of four API calls of OLAP/XMLA connectivity diagnostics.
getXMLAProviderName(proxyURL:String, callbackHandler:Function, username:String, password:String) — method, class FlexPivotComponent
One of four API calls of OLAP/XMLA connectivity diagnostics.
grandTotalCaption — Property, class com.flexmonster.pivot.vo.MeasureValueObject
Measure grand total caption.
GRID — Constant Static Property, class com.flexmonster.pivot.view.ViewType
View type to show Pivot Grid.
GRID_CHARTS — Constant Static Property, class com.flexmonster.pivot.view.ViewType
View type to show grig and charts at the same time
gridColumnCount — Property, class FlexPivotComponent
Returns a number of active columns in the grid.
GRID_GRAND_TOTAL — Property, class com.flexmonster.pivot.vo.LabelsValueObject
gridMouseClick — Event, class FlexPivotComponent
Dispatched when a user presses and releases the main button of a pointing device over the defined grid cell.
gridMouseDoubleClick — Event, class FlexPivotComponent
Dispatched when a user presses and releases the main button of a pointing device twice in rapid succession over the same grid cell.
gridRowCount — Property, class FlexPivotComponent
Returns a number of active rows in the grid.
gridTitle — Property, class com.flexmonster.pivot.model.report.vo.ReportValueObject
Title of the grid.
GRID_TOTAL — Property, class com.flexmonster.pivot.vo.LabelsValueObject
GRID_TOTALS — 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