public class PreFilterView extends ReportExecutorMainPanelView
| Modifier and Type | Class and Description |
|---|---|
static interface |
PreFilterView.EditPreFilterCallback |
static interface |
PreFilterView.InstantiatePreFilterCallback |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIEW_ID |
| Constructor and Description |
|---|
PreFilterView(ClipboardUiService clipboardService,
HookHandlerService hookHandler,
ContextHelpUiService contextHelpService,
ToolbarService toolbarService,
ReportExecutorUIService reportExecutorService,
TableReportUtilityDao tableReportUtilityDao,
<any> utilsUIServiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsDropOf(java.lang.Object m) |
java.lang.String |
getComponentHeader() |
ImageResource |
getIcon() |
Component |
getViewComponent() |
java.lang.String |
getViewId() |
void |
setReport(TableReportDto report) |
cleanup, getExecuteReportToken, objectDropped, setExecuteReportToken, validateView, wantsToBeDefaultpublic static final java.lang.String VIEW_ID
public PreFilterView(ClipboardUiService clipboardService, HookHandlerService hookHandler, ContextHelpUiService contextHelpService, ToolbarService toolbarService, ReportExecutorUIService reportExecutorService, TableReportUtilityDao tableReportUtilityDao, <any> utilsUIServiceProvider)
public java.lang.String getViewId()
getViewId in class ReportExecutorMainPanelViewpublic java.lang.String getComponentHeader()
getComponentHeader in class ReportExecutorMainPanelViewpublic ImageResource getIcon()
getIcon in class ReportExecutorMainPanelViewpublic boolean allowsDropOf(java.lang.Object m)
allowsDropOf in class ReportExecutorMainPanelViewpublic void setReport(TableReportDto report)
public Component getViewComponent()
getViewComponent in class ReportExecutorMainPanelView