public class CubeConfigView extends ReportExecutorMainPanelView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VIEW_ID |
| Constructor and Description |
|---|
CubeConfigView(TableReportUtilityDao tableReportUtilityDao,
ToolbarService toolbarService,
GridHelperService gridHelperService,
SqlTypes sqlTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
displayColumnFormatDialog() |
void |
displayColumnFormatDialog(ColumnDto column) |
java.lang.String |
getComponentHeader() |
ImageResource |
getIcon() |
Widget |
getViewComponent() |
java.lang.String |
getViewId() |
void |
setReport(TableReportDto tableReport) |
boolean |
wantsToBeDefault() |
allowsDropOf, cleanup, getExecuteReportToken, objectDropped, setExecuteReportToken, validateViewpublic static final java.lang.String VIEW_ID
public CubeConfigView(TableReportUtilityDao tableReportUtilityDao, ToolbarService toolbarService, GridHelperService gridHelperService, SqlTypes sqlTypes)
public java.lang.String getViewId()
getViewId in class ReportExecutorMainPanelViewpublic boolean wantsToBeDefault()
wantsToBeDefault in class ReportExecutorMainPanelViewpublic void setReport(TableReportDto tableReport)
public java.lang.String getComponentHeader()
getComponentHeader in class ReportExecutorMainPanelViewpublic Widget getViewComponent()
getViewComponent in class ReportExecutorMainPanelViewpublic void displayColumnFormatDialog()
public void displayColumnFormatDialog(ColumnDto column)
public ImageResource getIcon()
getIcon in class ReportExecutorMainPanelView