|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.theme.page.Region
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.
Constructor Summary | |
Region(java.lang.String name)
Create a region with default orientation (how the portlet windows are arranged) and the region name as the css id selector |
|
Region(java.lang.String name,
java.lang.String cssId,
RegionOrientation orientation)
Create a region with the provided properties. |
Method Summary | |
java.lang.String |
getCssId()
|
java.lang.String |
getId()
|
RegionOrientation |
getOrientation()
|
java.util.List |
getWindows()
Get a list of all window contexts in this region. |
boolean |
isEmpty()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Region(java.lang.String name)
name
- the name of the region to createpublic Region(java.lang.String name, java.lang.String cssId, RegionOrientation orientation)
name
- the name of the region to createcssId
- the id attribute value that can be used by css selectors to identify this regionorientation
- arrange portlet windows inside this region in this orientationMethod Detail |
public java.lang.String getId()
getId
in interface MarkupContainer
public java.lang.String getCssId()
public RegionOrientation getOrientation()
public boolean isEmpty()
public java.util.List getWindows()
org.jboss.portal.theme.page.WindowContext
itemspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |