|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletWindowCtrl
The PortletWindow
interface represents a single window
of an portlet instance as it can be shown only once on a single page.
Adding the same portlet e.g. twice on a page results in two different windows.
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 | |
---|---|
void |
setId(java.lang.String id)
binds an identifier to this portlet window |
void |
setPortletEntity(PortletEntity portletEntity)
binds a portlet instance to this portlet window |
Method Detail |
---|
void setId(java.lang.String id)
id
- the new identifiervoid setPortletEntity(PortletEntity portletEntity)
portletEntity
- a portlet entity object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |