public class PortletWindowListImpl
extends java.lang.Object
implements org.apache.pluto.om.window.PortletWindowList, org.apache.pluto.om.window.PortletWindowListCtrl
Constructor and Description |
---|
PortletWindowListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(org.apache.pluto.om.window.PortletWindow window)
Add a portlet window to the list
|
org.apache.pluto.om.window.PortletWindow |
get(org.apache.pluto.om.common.ObjectID id)
Returns the portlet window object of the given id
|
java.util.Iterator |
iterator()
Returns the elements of this set
|
void |
remove(org.apache.pluto.om.common.ObjectID id)
Remove the portlet window with the given Id from the list
|
public java.util.Iterator iterator()
iterator
in interface org.apache.pluto.om.window.PortletWindowList
public org.apache.pluto.om.window.PortletWindow get(org.apache.pluto.om.common.ObjectID id)
get
in interface org.apache.pluto.om.window.PortletWindowList
id
- the window id.public void add(org.apache.pluto.om.window.PortletWindow window)
add
in interface org.apache.pluto.om.window.PortletWindowListCtrl
window
- the porlet window to addpublic void remove(org.apache.pluto.om.common.ObjectID id)
remove
in interface org.apache.pluto.om.window.PortletWindowListCtrl
id
- the Id of the portlet window which should be removedCopyright © 2003-2013 . All Rights Reserved.