nl.gx.webmanager.cms.layout
Interface RegionContainer

All Superinterfaces:
Wrapper
All Known Subinterfaces:
Layout

public interface RegionContainer
extends Wrapper

A RegionContainer contains a row or column of Region objects or a frameset.


Method Summary
 java.lang.String getEmptyRowPosition()
          Return the position of the empty row (framesets).
 Grid getGrid()
          Return the contained Grid (if it is a frameset).
 java.lang.String getHtmlAttributes()
          Return the table attributes fot the html table representation of the contained Grid.
 Layout getLayout()
          Return Layout of this RegionContainer.
 Region getParent()
          Return parent Region.
 Region[] getRegions()
          Return the regions in this RegionContainer.
 boolean isFrameSet()
          Return true if this RegionContainer contains a frameset.
 boolean isHorizontal()
          Return true if this RegionContainer contains a row of Regions, or false if it contains a column of Regions.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getGrid

Grid getGrid()
Return the contained Grid (if it is a frameset).

Returns:
the contained Grid.

isHorizontal

boolean isHorizontal()
Return true if this RegionContainer contains a row of Regions, or false if it contains a column of Regions.

Returns:
true if this RegionContainer contains a row of Regions, or false if it contains a column of Regions.

isFrameSet

boolean isFrameSet()
Return true if this RegionContainer contains a frameset.

Returns:
true if this RegionContainer contains a frameset.

getRegions

Region[] getRegions()
Return the regions in this RegionContainer.

Returns:
the regions in this RegionContainer

getHtmlAttributes

java.lang.String getHtmlAttributes()
Return the table attributes fot the html table representation of the contained Grid.

Returns:
the table attributes fot the html table representation of the contained Grid.

getEmptyRowPosition

java.lang.String getEmptyRowPosition()
Return the position of the empty row (framesets).

Returns:
"above" or "under".

getParent

Region getParent()
Return parent Region.

Returns:
parent Region.

getLayout

Layout getLayout()
Return Layout of this RegionContainer.

Returns:
Layout of this RegionContainer.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.