BubbleTreeDataViewDataSource

Description

The BubbleTreeDataViewDataSource class is used to work with a bubble tree data source.

Inheritance Hierarchy

          NSObject

          DataViewDatasource

          BubbleTreeDataViewDatasource

Supported Protocols

<DataViewDatasourceDelegate>

<DataViewDatasourceSyncSelection>

<NSObject>

Properties

colorMetricsElement. Metrics dimension element that determines bubble tree color.

metricsDimension. Metrics dimension.

observationDimension. Dimension of observation objects.

plusplusDataSource. Bubble tree data source.

sizeMetricsElement. Metrics dimension element that determines bubble tree size.

timelineDimension. Calendar dimension.

Methods

initWithPivotTable:. Creates a bubble tree data source based on a data table.

initWithPivotTable:olapReport:. Creates a bubble tree data source based on a data table and express report.

loadSettings:withSelection:. Loads bubble tree settings.

setColorMetricsKey:. Sets key of the metric that determines bubble color.

setMetricsDimensionId:. Sets territory dimension identifier.

setObservationDimensionId:. Sets observation object dimension identifier.

setSizeMetricsKey:. Sets key of the metric that determines bubble tree color.

setTimelineDimensionId:. Sets calendar dimension identifier.

Methods inherited from DataViewDatasource

addEventObserver:. Subscribes delegate object for data source events.

dataSelectionTitle. Returns text description of data sample.

dataSelectionTitleWithTimeaxisIndex:. Returns text description of data sample for the specified time.

removeEventObserver:. Removes the specified delegate object from the subscriber list for data source events.

removeEventObservers. Removes all subscribers.

sendEvent:. Creates an event and informs all subscribers about it.

updateData. Refreshes view data.

Methods inherited from <DataViewDatasourceDelegate>

dataSourceUpdated:withReason:. Handles delegate message about event occurred in the data source.

Methods inherited from <DataViewDatasourceSyncSelection>

applyDatasourceDimensionsInfo. Applies data source dimension settings.

copyDatasourceDimensionsInfo. Copies data source dimension settings.

See also:

Classes. The Mobile Application Component