Interface I_CmsReportServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsReportWidget, CmsStreamReportWidget

public interface I_CmsReportServerRpc extends com.vaadin.shared.communication.ServerRpc
Server RPC interface for the report widget.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requests a report update from the server.
  • Method Details