| java.lang.Object org.jboss.portal.theme.page.Region
Region | final public class Region implements RegionRendererContext(Code) | | A region on a page. A region wraps one or more portlets to allow them to act as one unit inside the layout of a
page.
author: Julien Viet version: $Revision: 8784 $ |
Region | public Region(PageResult page, String name)(Code) | | Create a region with default orientation (how the portlet windows are arranged) and the region name as the css id
selector
Parameters: name - the name of the region to create |
addWindowContext | void addWindowContext(WindowContext windowContext)(Code) | | Add a window to the region
Parameters: windowContext - the context of the window signaling where the window should go in the region |
getProperties | public Map getProperties()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | if there are any portlet windows in this region |
|
|