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

Window - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.model22.impl.portal
Interface Window

All Superinterfaces:
PortalObject
All Known Implementing Classes:
Window22Impl

public interface Window
extends PortalObject

Represents a window, i.e the state of the ternary relationship a page has with instances.


Field Summary
 
Fields inherited from interface org.jboss.portal.migration.model22.impl.portal.PortalObject
DEFAULT_OBJECT_NAME, PORTAL_PROP_DEFAULT_OBJECT_NAME, TYPE_CONTEXT, TYPE_PAGE, TYPE_PORTAL, TYPE_WINDOW
 
Method Summary
 java.lang.String getInstanceRef()
          Return the instance handle.
 void setInstanceRef(java.lang.String instanceHandle)
          Update the instance handle.
 
Methods inherited from interface org.jboss.portal.migration.model22.impl.portal.PortalObject
destroyChild, getChild, getChildren, getContainer, getDeclaredProperty, getDeclaredPropertyMap, getId, getListener, getName, getParent, getProperty, getType, resolve, setDeclaredProperty, setListener
 

Method Detail

getInstanceRef

public java.lang.String getInstanceRef()
Return the instance handle.


setInstanceRef

public void setInstanceRef(java.lang.String instanceHandle)
Update the instance handle.