public class ComputedColumnsView extends ReportExecutorMainPanelView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIEW_ID |
| Constructor and Description |
|---|
ComputedColumnsView(ClipboardUiService clipboardService,
ToolbarService toolbarService,
ComputedColumnsDao dao,
TableReportUtilityDao tableReportUtilityDao,
ContextHelpUiService contextHelperService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentHeader() |
ImageResource |
getIcon() |
Component |
getViewComponent() |
java.lang.String |
getViewId() |
void |
setReport(TableReportDto report) |
allowsDropOf, cleanup, getExecuteReportToken, objectDropped, setExecuteReportToken, validateView, wantsToBeDefaultpublic static final java.lang.String VIEW_ID
public ComputedColumnsView(ClipboardUiService clipboardService, ToolbarService toolbarService, ComputedColumnsDao dao, TableReportUtilityDao tableReportUtilityDao, ContextHelpUiService contextHelperService)
public java.lang.String getViewId()
getViewId in class ReportExecutorMainPanelViewpublic java.lang.String getComponentHeader()
getComponentHeader in class ReportExecutorMainPanelViewpublic ImageResource getIcon()
getIcon in class ReportExecutorMainPanelViewpublic Component getViewComponent()
getViewComponent in class ReportExecutorMainPanelViewpublic void setReport(TableReportDto report)