MetabaseDialogBase.setCollapsed

Syntax

setCollapsed(collapsed: Boolean);

Parameters

collapsed. Indicates if dialog box content is collapsed. If this parameter is set to True dialog box content is collapsed, if the parameter if False content is expanded. This is an optional parameter, by default it is set to False.

Description

The setCollapsed method determines whether contents of a basic dialog box with repository is collapsed.

Comments

The dialog box with the collapsed content looks as follows:

Example

The example of use is given in the pagepage with description of the MetabaseDialogBase.clearSelection method.

See also:

MetabaseDialogBase