The PanelConfig object manages user configuration for the PanelDefinition object. The attributes of the PanelConfig object, in addition to the attributes inherited from the ConfigurationObject base class, are:

Attribute

Description

configType

PanelConfig

availableYn

The available flag indicates whether the panel is displayed in the available panels for the current user.

contentOpenYn

Indicates whether the panel content area is open or closed for the current user.

currentPanelId

Holds the identifier of the initially visible panel tab for the current user. Applies to tab-holder panels.

panelId

Logical identifier for the corresponding PanelDefinition.

panelOpenYn

The panel open flag indicates whether the entire panel is open or closed, including the title bar, for the current user.

tabbedPanelIds

Lists the identifiers of the other panels that are tabbed with the current tab-holder panel for the current user. Applies to tab-holder panels.

tabbedYn

The tabbed flag indicates whether the panel is initially tabbed on a tab-holder panel for the current user. If set to false, the panel is not tabbed within the panel.

tabScrollIndex

Supports the scrollable tabs feature configuration for horizontal tab scrolling.

visibleYn

Indicates whether the panel is visible for the current user.