Class CubeConfigView
java.lang.Object
net.datenwerke.rs.core.client.reportexecutor.ui.ReportExecutorMainPanelView
net.datenwerke.rs.base.client.reportengines.table.cubeconfig.CubeConfigView
Main cube configuration view for table reports in the report executor.
This view is shown when a report is executed and the user opens "Dimensions/Measures". It allows users to configure the columns used in cube mode.
The view displays the current column selection of a
(i.e. a table report in pivot/cube mode) in a GXT
invalid reference
TableReportDto
and allows users
to manage the visible dimensions, measures and their most important properties.invalid reference
Grid
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCubeConfigView(TableReportUtilityDao tableReportUtilityDao, ToolbarService toolbarService, GridHelperService gridHelperService, SqlTypes sqlTypes) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddisplayColumnFormatDialog(ColumnDto column) ImageResourcegetIcon()WidgetvoidsetReport(TableReportDto tableReport) booleanMethods inherited from class net.datenwerke.rs.core.client.reportexecutor.ui.ReportExecutorMainPanelView
allowsDropOf, cleanup, getExecuteReportToken, objectDropped, setExecuteReportToken, validateView
-
Field Details
-
VIEW_ID
Internal identifier of the "Dimensions/Measures" cube configuration view in the report executor in pivot/cube mode.- See Also:
-
-
Constructor Details
-
CubeConfigView
public CubeConfigView(TableReportUtilityDao tableReportUtilityDao, ToolbarService toolbarService, GridHelperService gridHelperService, SqlTypes sqlTypes)
-
-
Method Details
-
getViewId
- Specified by:
getViewIdin classReportExecutorMainPanelView
-
wantsToBeDefault
public boolean wantsToBeDefault()- Overrides:
wantsToBeDefaultin classReportExecutorMainPanelView
-
setReport
public void setReport(TableReportDto tableReport) -
getComponentHeader
- Specified by:
getComponentHeaderin classReportExecutorMainPanelView
-
getViewComponent
public Widget getViewComponent()- Specified by:
getViewComponentin classReportExecutorMainPanelView
-
displayColumnFormatDialog
public void displayColumnFormatDialog() -
displayColumnFormatDialog
public void displayColumnFormatDialog(ColumnDto column) -
getIcon
public ImageResource getIcon()- Overrides:
getIconin classReportExecutorMainPanelView
-