HsvPOVSelection Type Library

The HsvPOVSelection type library exposes a control that provides a user interface for selecting dimension members. For summaries of the object’s methods and events, see Table 54, HsvPOVSelection Object Methods and Table 55, HsvPOVSelection Object Events.

The following table lists the HsvPOVSelection object’s methods. For detailed descriptions of these methods, see HsvPOVSelection Object Methods.

Table 54. HsvPOVSelection Object Methods

Method

Description

CheckAllItems

For internal use.

CheckAllItemsUsingSelectedList

Selects or clears all the currently displayed check boxes for a given dimension when the tab is configured for multi-select mode.

EnableDimension

Displays or hides the tab for a given dimension.

GetCheckedItems

Returns the member IDs of the selected members on a given dimension’s tab when the tab is configured for multi-select mode.

GetListInfo

Returns the ID of the member list that is currently selected for a given dimension, as well as the member ID of the specified top member.

GetMember

Returns the member ID of the currently selected member for a given dimension when the tab is configured for single-select mode.

GetNumCheckedItems

Returns a count of the check boxes that are selected on a given dimension’s tab.

GetOBPInfo

Indicates whether the control is set to display only active Entity dimension members.

Initialize

Displays the HsvPOVSelection control.

Note:

You must call EnableDimension before calling Initialize.

InitializeEx

For internal use.

InitializeHTTP

For internal use.

InitializeWithConnection

For internal use.

SelectDimension

Displays the tab for a given dimension.

SetCheckedItems

Selects or clears check boxes for the specified dimension members when the tab is configured for multi-select mode.

SetDimUnk

For internal use.

SetListInfo

Specifies the member list to display for a given dimension, as well as the top member of the list to display.

SetMember

Selects a member label on a given dimension’s tab when the tab is configured for single-select mode.

SetOBPInfo

Specifies whether the HsvPOVSelection control displays only active Entity dimension members.

SetResourceAndLanguage

Sets the control to display in a given language.

ShowCheckBoxes

Configures a given dimension’s tab for multi-select or single-select mode.

The following table lists the HsvPOVSelection control’s events. For detailed descriptions of these methods, see HsvPOVSelection Object Events.

Table 55. HsvPOVSelection Object Events

Method

Description

CheckBoxChanged

Fires when the user selects or clears a member’s check box.

DimensionWasSelected

Fires when the tab for a dimension is selected by either the user or a call to SelectDimension.

MultiCheckBoxChanged

Fires when the user clicks either the button to select all check boxes or the button to clear them all.

SelectionChanged

Fires when the user selects a member’s label.