Class ReportListView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<ViewLayout>
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasStyle,com.vaadin.flow.router.AfterNavigationObserver,com.vaadin.flow.router.BeforeEnterObserver,com.vaadin.flow.router.BeforeLeaveObserver,com.vaadin.flow.router.HasDynamicTitle,com.vaadin.flow.router.internal.AfterNavigationHandler,com.vaadin.flow.router.internal.BeforeEnterHandler,com.vaadin.flow.router.internal.BeforeLeaveHandler,FacetOwner,FragmentOwner,LookupView<Report>,MultiSelectLookupView,Serializable
@RouteAlias(value="reports",
layout=DefaultMainViewParent.class)
@Route(value="report/reports",
layout=DefaultMainViewParent.class)
@ViewController("report_Report.list")
@ViewDescriptor("report-list-view.xml")
@DialogMode(width="60em")
public class ReportListView
extends StandardListView<Report>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.flowui.view.View
View.AfterCloseEvent, View.BeforeCloseEvent, View.BeforeShowEvent, View.InitEvent, View.PostReadyEvent, View.QueryParametersChangeEvent, View.ReadyEvent, View.RestoreComponentsStateEventNested classes/interfaces inherited from interface io.jmix.flowui.view.LookupView
LookupView.ValidationContext<E> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AccessManagerprotected TypedTextField<String> protected CorePropertiesprotected DataManagerprotected DialogWindowsprotected ReportDownloaderprotected GridSortHelperprotected EntityComboBox<ReportGroup> protected MessageBundleprotected Metadataprotected MetadataToolsprotected TypedTextField<String> protected Notificationsprotected Actionprotected JmixSelect<ReportOutputType> protected OutputTypeHelperprotected ReportGroupRepositoryprotected ReportImportExportprotected ReportPresentationRegistryprotected ReportRepositoryprotected ReportsClientPropertiesprotected CreateAction<Report> protected CollectionContainer<Report> protected CollectionLoader<Report> protected ReportsUtilsprotected @Nullable SpreadsheetViewSupportprotected UiPropertiesprotected UiReportRunnerprotected TypedDatePicker<Date> protected ViewNavigatorsFields inherited from class io.jmix.flowui.view.StandardListView
DISCARD_ACTION_DEFAULT_ID, LOOKUP_ACTIONS_LAYOUT_DEFAULT_ID, SELECT_ACTION_DEFAULT_ID, selectionHandler, selectionValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReportcopyReport(Report source) protected ReportFilterprotected com.vaadin.flow.component.orderedlayout.HorizontalLayoutcreateReportOutputTypeBadge(Report report) protected voidprotected voidprotected booleanprotected voidprotected voidonInit(View.InitEvent event) voidprotected voidvoidvoidvoidvoidvoidvoidprotected List<ReportGroup> reportGroupsDlLoadDelegate(LoadContext<ReportGroup> ignored) protected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected voidrunSelectedReport(String presentationId) Methods inherited from class io.jmix.flowui.view.StandardListView
closeWithDiscard, doSelect, findLookupComponent, getDiscardAction, getLookupActionsLayout, getLookupComponent, getSelectAction, getSelectionHandler, getSelectionValidator, handleSelection, lookupEnterPress, setLookupComponentMultiSelect, setSelectionHandler, setSelectionValidator, setupLookupComponent, setupSaveShortcut, validateSelectedItemsMethods inherited from class io.jmix.flowui.view.View
addAfterCloseListener, addApplicationListeners, addBeforeCloseListener, addBeforeShowListener, addInitListener, addQueryParametersChangeListener, addReadyListener, addRestoreComponentsStateEventListener, afterNavigation, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, configureDialogWindowFooter, configureDialogWindowHeader, getApplicationContext, getEventBus, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onAttachInternal, onDetach, onDetachInternal, processBeforeEnterInternal, removeApplicationListeners, removeViewAttributes, setAfterNavigationHandler, setApplicationContext, setId, setPageTitle, setPreventBrowserTabClosing, setViewActions, setViewData, setViewFacets, unregisterBackNavigationMethods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContentMethods inherited from class com.vaadin.flow.component.Component
addListener, bindVisible, findAncestor, fireEvent, from, get, getListeners, getLocale, getParent, getTestId, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setTestId, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, bindClassName, bindClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Field Details
-
reportsDataGrid
-
reportsDataGridCreate
-
openInSpreadsheetAction
-
reportsDl
-
codeFilter
-
nameFilter
-
groupFilter
-
updatedDateFilter
-
outputTypeFilter
-
reportsDc
-
dataManager
-
metadata
-
accessManager
-
metadataTools
-
reportsUtils
-
notifications
-
messageBundle
-
downloader
-
reportImportExport
-
uiProperties
-
coreProperties
-
dialogWindows
-
uiReportRunner
-
reportsClientProperties
-
reportRepository
-
gridSortHelper
-
outputTypeHelper
-
reportGroupRepository
-
spreadsheetViewSupport
-
reportPresentationRegistry
-
-
Constructor Details
-
ReportListView
public ReportListView()
-
-
Method Details
-
onInit
-
initOutputTypeList
protected void initOutputTypeList() -
initOutputTypeColumn
protected void initOutputTypeColumn() -
createReportOutputTypeBadge
protected com.vaadin.flow.component.orderedlayout.HorizontalLayout createReportOutputTypeBadge(Report report) -
onReportsDataGridRunReport
@Subscribe("reportsDataGrid.runReport") public void onReportsDataGridRunReport(ActionPerformedEvent event) -
onReportsDataGridOpenInSpreadsheet
@Subscribe("reportsDataGrid.openInSpreadsheet") public void onReportsDataGridOpenInSpreadsheet(ActionPerformedEvent event) -
onReportsDataGridOpenInTable
@Subscribe("reportsDataGrid.openInTable") public void onReportsDataGridOpenInTable(ActionPerformedEvent event) -
reportsDataGridOpenInSpreadsheetEnabledRule
-
reportsDataGridOpenInTableEnabledRule
-
onReportsDataGridImportAction
@Subscribe("reportsDataGrid.importAction") public void onReportsDataGridImportAction(ActionPerformedEvent event) -
onReportsDataGridExport
@Subscribe("reportsDataGrid.export") public void onReportsDataGridExport(ActionPerformedEvent event) -
onReportsDataGridExecutions
@Subscribe("reportsDataGrid.executions") protected void onReportsDataGridExecutions(ActionPerformedEvent event) -
onReportsDataGridCopy
-
reportsDataGridCreateEnabledRule
-
reportsDataGridImportEnabledRule
-
reportsDataGridCopyEnabledRule
-
reportsDataGridEditEnabledRule
-
reportsDataGridRemoveEnabledRule
-
reportsDataGridExportEnabledRule
-
isDatabaseReportSelected
protected boolean isDatabaseReportSelected() -
runSelectedReport
-
onWizardClick
-
reportsDataGridWizardEnabledRule
-
copyReport
-
createFilter
-
onFilterFieldValueChange
protected void onFilterFieldValueChange() -
reportGroupsDlLoadDelegate
@Install(to="reportGroupsDl", target=DATA_LOADER) protected List<ReportGroup> reportGroupsDlLoadDelegate(LoadContext<ReportGroup> ignored)
-