nl.gx.webmanager.cms.layout
Interface Layout

All Superinterfaces:
RegionContainer, Wrapper

public interface Layout
extends RegionContainer

Representation of the layout. The layout defines the division of regions which is translated to a HTML table structure in the jsp's.


Method Summary
 java.lang.String getAlign()
          Return the horizontal alignment.
 Color getBackgroundColor()
          Return the background color for the entire layout and it translated to the bgcolor of the layout table.
 BackgroundImage getBackgroundImage()
          Return the background image including the style properties.
 java.lang.String getOnLoadEvent()
          Return the onLoad javascript which is used in the body tag.
 Website getWebsite()
          Return the owner website.
 
Methods inherited from interface nl.gx.webmanager.cms.layout.RegionContainer
getEmptyRowPosition, getGrid, getHtmlAttributes, getLayout, getParent, getRegions, isFrameSet, isHorizontal
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getBackgroundColor

Color getBackgroundColor()
Return the background color for the entire layout and it translated to the bgcolor of the layout table.

Returns:
the background color for the entire layout.

getBackgroundImage

BackgroundImage getBackgroundImage()
Return the background image including the style properties.

Returns:
the background image including the style properties.

getOnLoadEvent

java.lang.String getOnLoadEvent()
Return the onLoad javascript which is used in the body tag.

Returns:
the onLoad javascript which is used in the body tag.

getWebsite

Website getWebsite()
Return the owner website.

Returns:
the owner website.

getAlign

java.lang.String getAlign()
Return the horizontal alignment.

Returns:
the horizontal alignment.


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