|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The PortletWindowSet
interface defines a set which
can hold PortletWindow
objects.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Method Summary | |
PortletWindow |
get(ObjectID id)
Returns the portlet window object of the given id. |
java.util.Iterator |
iterator()
Returns all portlet windows as iterator The return value cannot be NULL. |
Method Detail |
public java.util.Iterator iterator()
PortletWindow
objectspublic PortletWindow get(ObjectID id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |