DimensionMemberList JSP Tag Attributes

Use the DimensionMemberList JSP tag to define a list of dimension members. You can also identify presentations that are to be updated when a user selects an item in this list.

Specify the contents of the list in one of the following ways:

Attributes

dimension -- Unique identifier of the dimension whose members are to populate this list. This attribute is ignored if a value is specified for the selectionLocation attribute.

hierarchy -- Unique identifier of a hierarchy of the specified dimension. Note: If the savedSelectionLocation attribute is not specified, and if the hierarchy attribute is not specified, then the default hierarchy is used.

id -- (Required) Unique identifier for this tag.

indentCharacters -- A string that specifies the character or characters that are to be displayed as indentation for each level in the hierarchy. For example, if indentCharacters is set to a single space (" "), then a dimension member at the second level in the hierarchy is displayed with an indentation of two spaces; however, if indentCharacters is set to two spaces, then the same dimension member is displayed with an indentation of four spaces. Note: This attribute is ignored if the showIndentation attribute is set to False.

itemLabelFormat -- Format for each item that is to be displayed in this list; includes the option of selecting the desired database name format for an item.

levels -- Unique identifier of the levels that can be displayed within the specified hierarchy. If no specification is given for the savedSelectionLocation attribute or for the levels attribute, then all levels are used.

listLabelFormat -- Format for the label that is displayed for this list; includes the option of selecting the desired database name format for the dimension.

maxCount -- Maximum number of items that are allowed in the list for this tag.

members -- Unique identifiers of the dimension members that are to be included in the list. This attribute is specified only for dimension lists that use a predefined list of members. Note: This attribute is ignored if a value is specified for the selectionLocation attribute.

multiSelect -- Indicates whether the list allows multiple selections. The default value is False.

partialTargets -- Tag identifiers of additional objects that this tag should update and include in a partial page refresh. Do not include objects that are specified in the targetPresentationIds attribute.

savedSelectionLocation -- Location of a saved selection object that determines the dimension members that are defined by this tag. A value in this attribute causes the tag to ignore values in the following attributes: dimension, hierarchy, levels, and members.

showIndentation -- Indicates whether to display dimension members with indentation that is related to their level in the hierarchy. The default value is False. Notes: (1) If showIndentation is set to False, then the indentCharacters attribute is ignored. (2) The ListCombo tag in the only renderer that has the capability of displaying indentation in a list.

targetPresentationIds -- Tag identifiers of any presentations that should be updated by this list tag.