Package org.opencms.ui.shared.components
Interface I_CmsGwtDialogServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsGwtDialogExtension
Client-to-server rpc interface for the GWT dialog extension.
-
Method Summary
-
Method Details
-
onClose
Disposes of the extension and tells the server whether to re-init the UI.- Parameters:
reinitUI
-true
to reinit the UI
-
onClose
Disposes of the extension, and tells the server which resources have changed.- Parameters:
changedStructureIds
- the structure ids of changed resources, as stringsdelayMillis
- time to delay the RPC (for allowing short background operations to finish)
-