| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicUIInfo
DynamicUIInfo provides access to the read only functions of dynamic ui management.
Portlets can get access to DynamicUIInfo via the DynamicUIManagementFactoryService .
DynamicUIInfo must be obtained once per render phase of the portlet and should not be stored.
| Method Summary | |
|---|---|
| boolean | isPageClosable(ObjectID pageID)
Returns whether a page can be closed or not. |
| boolean | isPortletClosable(ObjectID portletWindowID)
Returns whether a portlet on the current page can be closed or not. |
| Method Detail |
|---|
boolean isPageClosable(ObjectID pageID)
throws DynamicUIManagementException
null for this parameter.
boolean isPortletClosable(ObjectID portletWindowID)
throws DynamicUIManagementException
null for this parameter.
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||