Interface Report

All Superinterfaces:
org.timepedia.exporter.client.Exportable

public interface Report extends org.timepedia.exporter.client.Exportable
FirstSpirit WebEdit Javascript Report API, accessible via
    WE_API.Report

Examples:
WE_API.Report.show("MyReport", {"pattern": "searchThis"}, true);   // search some text
Since:
5.0.106
  • Field Details

  • Method Details

    • show

      void show(@NotNull @NotNull String report, @Nullable @Nullable com.google.gwt.core.client.JavaScriptObject param, boolean restart)
      Opens the given report, sets parameters and maybe refreshes it.
      Parameters:
      report - The report to be shown, which is either a standard report like "Bookmarks" or the name of the report plugin like "com.example.CustomDataAccessPlugin".
      param - map of parameters.
      restart - true to restart the report query.
      Since:
      5.0.106
      See Also:
    • refresh

      void refresh(@NotNull @NotNull String report)
      Refreshes the specified report.
      Parameters:
      report - The report to be refreshed, which is either a standard report like "Bookmarks" or the name of the report plugin like "com.example.CustomDataAccessPlugin".
      Since:
      1.58