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

Attribute

Description

availableYn

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

configType

PanelConfig

contentOpenYn

The contentOpen flag 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 panelOpen 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 which 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.

tabScrollIndex

Supports the scrollable tabs feature configuration for horizontal tab scrolling that has not been implemented.

visibleYn

The visibleYn flag indicates whether the panel is visible for the current user.

 
loading table of contents...