当前页面:
在线文档首页 >
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.
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 |
getInstanceRef
public java.lang.String getInstanceRef()
- Return the instance handle.
setInstanceRef
public void setInstanceRef(java.lang.String instanceHandle)
- Update the instance handle.