|
||||||||||
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.
DynamicUIManagementFactoryService
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
pageID
- The ID of the page to be closed. It is not allowed to pass null
for this parameter.
ResourceLookupException
- The page referenced by the object id cannot be found.
DynamicUIManagementException
boolean isPortletClosable(ObjectID portletWindowID) throws DynamicUIManagementException
portletWindowID
- The id of the portlet window to be closed. It is not allowed to pass null
for this parameter.
ResourceLookupException
- The portlet referenced by the object id cannot be found.
DynamicUIManagementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |