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 indicates if contents of a base dialog with repository is collapsed.

Comments

The dialog box with the collapsed content looks as follows:

Example

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

See also:

MetabaseDialogBase