JSTabPanel
Extends
Constants Summarized
Constant used for creating accordion panel from tab panel, by setting its tabOrientation.
Constant used for creating a tab panel that does not show tabs, by setting its tabOrientation.
Constant used for creating horizontal split pane from tab panel, by setting its tabOrientation.
Constant used for creating vertical split pane from tab panel, by setting its tabOrientation.
Properties Summarized
Enables a component to stick to a specific side of form and/or to grow or shrink when a window is resized.
CSS position is a replacement for anchoring system making it more intuitive to place a component.
Method to be executed when the selected tab is changed in the tab panel or divider position is changed in split pane.
Specifies either the position of the tabs related to the tab panel or the type of tab-panel.
Methods Summarized
Adds a new tab with the text label and JSForm and JSRelation (can be null for unrelated).
Constants Detailed
ACCORDION_PANEL
Constant used for creating accordion panel from tab panel, by setting its tabOrientation.
Type Number
Sample
DEFAULT_ORIENTATION
Constant used for restoring a tab panel orientation to it's initial state.
Type Number
Sample
HIDE
Constant used for creating a tab panel that does not show tabs, by setting its tabOrientation.
Type Number
Sample
SPLIT_HORIZONTAL
Constant used for creating horizontal split pane from tab panel, by setting its tabOrientation.
Type Number
Sample
SPLIT_VERTICAL
Constant used for creating vertical split pane from tab panel, by setting its tabOrientation.
Type Number
Sample