Method | Description |
---|---|
getNumberOfExpandedLevels |
Retrieves the currently set number of expanded levels from the Binding (commonly an AnalyticalBinding). |
hasTotaledMeasures |
Checks if the AnalyticalBinding has totaled measures available. Used for rendering sum rows. |
setNumberOfExpandedLevels |
Sets the number of expanded levels on the TreeBinding (commonly an AnalyticalBinding). This is NOT the same as AnalyticalTreeBindingAdapter#collapse or AnalyticalTreeBindingAdapter#expand. Setting the number of expanded levels leads to different requests. This function is used by the AnalyticalTable for the ungroup/ungroup-all feature. |
Retrieves the currently set number of expanded levels from the Binding (commonly an AnalyticalBinding).
Checks if the AnalyticalBinding has totaled measures available. Used for rendering sum rows.
Sets the number of expanded levels on the TreeBinding (commonly an AnalyticalBinding). This is NOT the same as AnalyticalTreeBindingAdapter#collapse or AnalyticalTreeBindingAdapter#expand. Setting the number of expanded levels leads to different requests. This function is used by the AnalyticalTable for the ungroup/ungroup-all feature.
Param | Type | DefaultValue | Description |
---|---|---|---|
iLevels | int |
the number of levels which should be expanded, minimum is 0 |