public interface I_CmsEmbeddedDialogClientRPC extends com.vaadin.shared.communication.ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
finish(java.lang.String resourceIds)
Removes the dialog iFrame and refreshes the given resources.
|
void |
finishForProjectOrSiteChange(java.lang.String sitePath,
java.lang.String serverLink)
Removes the dialog iFrame and reloads the app for the given site path and server link.
|
void |
leavePage(java.lang.String targetUri)
Leaves the current page calling the given URI.
|
void |
reloadParent()
Reloads the parent window.
|
void |
setPrincipal(java.lang.String principle)
Sets the selected principle.
|
void finish(java.lang.String resourceIds)
resourceIds - the resources to refreshvoid finishForProjectOrSiteChange(java.lang.String sitePath, java.lang.String serverLink)
sitePath - the site pathserverLink - the server linkvoid leavePage(java.lang.String targetUri)
targetUri - the target URIvoid reloadParent()
void setPrincipal(java.lang.String principle)
principle - the principle