Class FilterView
java.lang.Object
net.datenwerke.rs.core.client.reportexecutor.ui.ReportExecutorMainPanelView
net.datenwerke.rs.base.client.reportengines.table.columnfilter.propertywidgets.FilterView
- All Implemented Interfaces:
SelectionAwareView
Main configuration view for table report columns in the report executor.
This view is available after running a report and opening
"Configure list". It displays the current column selection of a
in a GXT
invalid reference
TableReportDto
and allows users to manage
the visible report columns and their most important properties.invalid reference
Grid
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFilterView(ClipboardUiService clipboardService, TableReportUtilityDao tableReportUtilityDao, ToolbarService toolbarService, GridHelperService gridHelperService, ContextHelpUiService contextHelpService, HookHandlerService hookHandler, StatementManagerDao statementManager, SqlTypes sqlTypes, ReportExecutorUIService reportExecutorUIService) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddisplayColumnFormatDialog(ColumnDto column) voidvoiddisplayFilterDialog(ColumnDto column) voidImageResourcegetIcon()ComponentvoidvoidvoidsetReport(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 table report column configuration view ("Configure list") in the report executor.- See Also:
-
-
Constructor Details
-
Method Details
-
getViewId
- Specified by:
getViewIdin classReportExecutorMainPanelView
-
wantsToBeDefault
public boolean wantsToBeDefault()- Overrides:
wantsToBeDefaultin classReportExecutorMainPanelView
-
setReport
public void setReport(TableReportDto tableReport) -
displayFilterDialog
public void displayFilterDialog(ColumnDto column) -
displayColumnFormatDialog
public void displayColumnFormatDialog() -
displayColumnFormatDialog
public void displayColumnFormatDialog(ColumnDto column) -
displaySubtotalsDialog
public void displaySubtotalsDialog() -
displayFilterDialog
public void displayFilterDialog() -
getComponentHeader
- Specified by:
getComponentHeaderin classReportExecutorMainPanelView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin classReportExecutorMainPanelView
-
getIcon
public ImageResource getIcon()- Overrides:
getIconin classReportExecutorMainPanelView
-
makeAwareOfSelection
public void makeAwareOfSelection()- Specified by:
makeAwareOfSelectionin interfaceSelectionAwareView
-
makeAwareOfSelectionNoPreview
public void makeAwareOfSelectionNoPreview()- Specified by:
makeAwareOfSelectionNoPreviewin interfaceSelectionAwareView
-