BorderLayout.Region

Syntax

Region: PP.Ui.BorderLayoutItem

Description

The Region property sets layout region.

Comments

Use the setRegion(regionName, region) method to set the property and the getRegion(regionName) method to get the property. Property value cannot be set from JSON.

The setRegion method parameters:

- regionName: PP.Ui.REGION. Name of the layout area from where the component is installed.

- region: PP.Ui.BorderLayoutItem||JSON. The component which is installed in the area.

The getRegion method parameters:

- regionName: PP.Ui.REGION. Name of the area from where the component is extracted.

Example

The property use is given on the Example of Creating the BorderLayout Component page.

See also:

BorderLayout