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, wantsToBeDefault
public 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 ReportExecutorMainPanelView
public java.lang.String getComponentHeader()
getComponentHeader
in class ReportExecutorMainPanelView
public ImageResource getIcon()
getIcon
in class ReportExecutorMainPanelView
public Component getViewComponent()
getViewComponent
in class ReportExecutorMainPanelView
public void setReport(TableReportDto report)