Package org.opencms.ui.shared.rpc
Interface I_CmsJSPBrowserFrameRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsJSPBrowserFrameExtension
Rpc -interface for handling results from JSP displayed on an extended BrowserFrame.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancelParentWindow
(String[] resources) Cancels parent window on server side and returns an Array of changed resources.
-
Method Details
-
cancelParentWindow
Cancels parent window on server side and returns an Array of changed resources.- Parameters:
resources
- which are returned
-