Package org.opencms.ui.shared.rpc
Interface I_CmsReportClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
Client RPC interface for the report widget.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleReportUpdate
(String reportUpdate) Sends the report update content to the client widget.
-
Method Details
-
handleReportUpdate
Sends the report update content to the client widget.- Parameters:
reportUpdate
- the report update HTML
-