Interface ReportWidget<C extends WidgetPreferencesModel>
- All Known Implementing Classes:
JasperWidget
public interface ReportWidget<C extends WidgetPreferencesModel>
Report widget
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(C configuration, org.zkoss.zul.api.Div view) Initialize widget and adds it to Div.
-
Method Details
-
initialize
Initialize widget and adds it to Div.- Parameters:
configuration- from which widget is createdview- to add widget
-