public interface I_CmsGwtDialogServerRpc extends com.vaadin.shared.communication.ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(boolean reinitUI)
Disposes of the extension and tells the server whether to re-init the UI.
|
void |
onClose(java.util.List<java.lang.String> changedStructureIds,
long delayMillis)
Disposes of the extension, and tells the server which resources have changed.
|
void onClose(boolean reinitUI)
reinitUI - true to reinit the UIvoid onClose(java.util.List<java.lang.String> changedStructureIds, long delayMillis)
changedStructureIds - the structure ids of changed resources, as stringsdelayMillis - time to delay the RPC (for allowing short background operations to finish)