public class CmsJSPBrowserFrameExtension extends com.vaadin.server.AbstractExtension implements I_CmsJSPBrowserFrameRpc
From the client side, the extension allows to return an Array of UUIDs of changed resources over an Rpc-Interface.
com.vaadin.server.ClientConnector.AttachEvent, com.vaadin.server.ClientConnector.AttachListener, com.vaadin.server.ClientConnector.ConnectorErrorEvent, com.vaadin.server.ClientConnector.DetachEvent, com.vaadin.server.ClientConnector.DetachListener| Modifier and Type | Method and Description |
|---|---|
void |
cancelParentWindow(java.lang.String[] uuids)
Cancels parent window on server side and returns an Array of changed resources.
|
static void |
showExtendedBrowserFrame(java.lang.String jspLink,
I_CmsDialogContext context)
Creates extended BrowserFrame displaying a JSP under given link.
|
extend, getParent, getSupportedParentType, remove, setParentaddAttachListener, addDetachListener, addExtension, addListener, addListener, addListener, addMethodInvocationToQueue, attach, beforeClientResponse, createState, detach, encodeState, equals, fireEvent, getAllChildrenIterable, getConnectorId, getErrorHandler, getExtensions, getListeners, getResource, getRpcManager, getRpcProxy, getSession, getState, getState, getStateType, getUI, handleConnectorRequest, hashCode, hasListeners, isAttached, isConnectorEnabled, isThis, markAsDirty, markAsDirtyRecursive, registerRpc, registerRpc, removeAttachListener, removeDetachListener, removeExtension, removeListener, removeListener, removeListener, removeListener, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler, setResource, updateDiffstateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlerpublic static void showExtendedBrowserFrame(java.lang.String jspLink, I_CmsDialogContext context)
jspLink - of JSP file, absolute vfs-pathcontext - of the dialog to finish operation in the endpublic void cancelParentWindow(java.lang.String[] uuids)
I_CmsJSPBrowserFrameRpccancelParentWindow in interface I_CmsJSPBrowserFrameRpcuuids - which are returnedI_CmsJSPBrowserFrameRpc.cancelParentWindow(java.lang.String[])