Interface ReportGeneratorView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
ReportGeneratorViewImpl
public interface ReportGeneratorView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionMenuBar.MenuItemButtonBrowserFrameButtonButtonLabelNumericFieldButtonButtonNumericFieldButtonMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getRefreshButton
Button getRefreshButton() -
getExportItem
MenuBar.MenuItem getExportItem() -
getIFrameComponent
BrowserFrame getIFrameComponent() -
hackButton
Button hackButton() -
getPageIndexField
NumericField getPageIndexField() -
getPageCountLabel
Label getPageCountLabel() -
getNextPageButton
Button getNextPageButton() -
getPreviousPageButton
Button getPreviousPageButton() -
getFirstPageButton
Button getFirstPageButton() -
getLastPageButton
Button getLastPageButton() -
getZoomRatioField
NumericField getZoomRatioField()
-