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, validateView
public 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 ReportExecutorMainPanelView
public boolean wantsToBeDefault()
wantsToBeDefault
in class ReportExecutorMainPanelView
public void setReport(TableReportDto tableReport)
public java.lang.String getComponentHeader()
getComponentHeader
in class ReportExecutorMainPanelView
public Widget getViewComponent()
getViewComponent
in class ReportExecutorMainPanelView
public void displayColumnFormatDialog()
public void displayColumnFormatDialog(ColumnDto column)
public ImageResource getIcon()
getIcon
in class ReportExecutorMainPanelView