Package org.opencms.ui.shared.rpc
Interface I_CmsReportServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsReportWidget
,CmsStreamReportWidget
Server RPC interface for the report widget.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Requests a report update from the server.
-
Method Details
-
requestReportUpdate
void requestReportUpdate()Requests a report update from the server.
-