@Deprecated
public interface DynamicUIInfo
extends java.io.Serializable
DynamicUIInfo provides access to the read only functions of dynamic ui management.
DynamicUIInfo via the DynamicUIManagerFactoryService . DynamicUIManagerFactoryService| Modifier and Type | Method and Description |
|---|---|
boolean |
canPageBeClosed(ObjectID objectID)
Deprecated.
Returns whether a page can be closed or not.
|
boolean |
canPortletBeClosed(ObjectID portletWindowID)
Deprecated.
Returns whether a portlet on the current page can be closed or not.
|
boolean canPageBeClosed(ObjectID objectID) throws DynamicUIManagementException
objectID - The id of the page to be closed. It is not allowed to pass null for this parameter.DynamicUIManagementExceptionboolean canPortletBeClosed(ObjectID portletWindowID) throws DynamicUIManagementException
portletWindowID - The id of the portlet window to be closed. It is not allowed to pass null for this parameter.DynamicUIManagementException