Package org.opencms.gwt.client.util
Interface I_CmsEmbeddedDialogHandlerJsCallbacks
- All Known Implementing Classes:
CmsEmbeddedDialogHandler
Interface used to export callback methods from CmsEmbeddedDialogHandler as JavaScript methods.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called on dialog close.void
finishForProjectOrSiteChange
(String sitePath, String serverLink) Called when site and or project have been changed.void
Navigates to the given URI.void
reload()
Reloads the current page.void
selectString
(String principle) Calls the principle select handler and closes the dialog frame.
-
Method Details
-
finish
Called on dialog close.- Parameters:
resources
- the resource ids to update as a ';' separated string.
-
finishForProjectOrSiteChange
Called when site and or project have been changed.- Parameters:
sitePath
- the site path to the resource to displayserverLink
- the server link to the resource to display
-
leavePage
Navigates to the given URI.- Parameters:
targetUri
- the target URI
-
reload
void reload()Reloads the current page. -
selectString
Calls the principle select handler and closes the dialog frame.- Parameters:
principle
- the principle to select
-