Properties Methods Events Config Options Direct Link

Class CQ.Ext.layout.BorderLayout.Region

Package:CQ.Ext.layout
Class:BorderLayout.Region
Subclasses:BorderLayout.SplitRegion
Extends:Object
Clientlib:cq.widgets

This is a region of a BorderLayout that acts as a subcontainer within the layout. Each region has its own layout that is independent of other regions and the containing BorderLayout, and can be any of the valid Ext layout types.

Region size is managed automatically and cannot be changed by the user -- for resizable regions, see CQ.Ext.layout.BorderLayout.SplitRegion.

Config Options

Config Options Defined By

Public Properties

Property Defined By
  isCollapsed : Boolean
True if this region is collapsed. Read-only.
BorderLayout.Region
  layout : Layout
This region's layout. Read-only.
BorderLayout.Region
  panel : CQ.Ext.Panel
This region's panel. Read-only.
BorderLayout.Region
  position : String
This region's layout position (north, south, east, west or center). Read-only.
BorderLayout.Region

Public Methods

Method Defined By

Public Events

This class has no public events.