站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

Region - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.theme.page
Class Region

java.lang.Object
  extended byorg.jboss.portal.theme.page.Region

public class Region
extends java.lang.Object


Constructor Summary
Region(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List getWindows()
          Get a list of all window contexts in this page region.
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Region

public Region(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

isEmpty

public boolean isEmpty()

getWindows

public java.util.List getWindows()
Get a list of all window contexts in this page region. The list is sorted by order according to the order provided in the window definition.

Returns:
a sorted list of org.jboss.portal.theme.page.WindowContext items