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