The PanelInstance object manages transient state for the PanelDefinition object. The attributes of the PanelInstance object, which are in addition to the attributes inherited from the InstanceObject base class, are described below:

Attribute

Description

availableYn

The available flag indicates whether the panel is listed in the available panels in the browser.

contentOpenYn

The contentOpen flag indicates whether the panel content area is open or closed in the browser.

currentPanelId

Holds the identifier of the currently visible panel tab in the browser. Applies to tab-holder panels.

instanceType

PanelInstance

panelId

Logical identifier for the corresponding PanelDefinition

panelOpenYn

The panelOpen flag indicates whether the entire panel is open or closed, including the title bar, in the browser.

tabbedPanelIds

Lists the identifiers of the other panels which are tabbed with the current tab-holder panel in the browser. Applies to tab-holder panels.

tabbedYn

The tabbed flag indicates whether the panel is currently tabbed on a tab-holder panel in the browser.

tabScrollIndex

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

visibleYn

The visibleYn flag indicates whether the panel is visible in the browser.

 
loading table of contents...