Package org.opencms.ui.shared.rpc
Interface I_CmsWindowServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
Client-to-server RPC interface for CmsWindowExtension.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleOpenResult
(String id, boolean ok) Handles the result of trying to open a new window.
-
Method Details
-
handleOpenResult
Handles the result of trying to open a new window.- Parameters:
id
- the id of the RPC call which tried to open the windowok
- true if we succeeded in opening the window
-