Interface FilterAreaUiHandlers
-
- All Superinterfaces:
com.gwtplatform.mvp.client.UiHandlers
- All Known Implementing Classes:
FilterAreaPresenter
public interface FilterAreaUiHandlers extends com.gwtplatform.mvp.client.UiHandlers- Author:
- Giancarlo Panichi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetReport(RequestReportData requestReportData)voidupdateTreeOptions(TreeOptions treeOptions)
-
-
-
Method Detail
-
getReport
void getReport(RequestReportData requestReportData)
-
updateTreeOptions
void updateTreeOptions(TreeOptions treeOptions)
-
-