Interface ReportWidget<C extends WidgetPreferencesModel>

All Known Implementing Classes:
JasperWidget

public interface ReportWidget<C extends WidgetPreferencesModel>
Report widget
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initialize(C configuration, org.zkoss.zul.api.Div view)
    Initialize widget and adds it to Div.
  • Method Details

    • initialize

      void initialize(C configuration, org.zkoss.zul.api.Div view)
      Initialize widget and adds it to Div.
      Parameters:
      configuration - from which widget is created
      view - to add widget