Class ReportListView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
- 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,FragmentOwner,LookupView<Report>,MultiSelectLookupView,Serializable
@Route(value="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 JmixSelect<ReportOutputType>protected OutputTypeHelperprotected ReportGroupRepositoryprotected ReportImportExportprotected ReportRepositoryprotected ReportsClientPropertiesprotected CreateAction<Report>protected CollectionContainer<Report>protected CollectionLoader<Report>protected ReportsUtilsprotected 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 voidprotected booleanprotected voidprotected voidonInit(View.InitEvent event) voidprotected voidvoidvoidvoidvoidprotected List<ReportGroup>reportGroupsDlLoadDelegate(LoadContext<ReportGroup> ignored) protected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanMethods 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.StandardView
initContentMethods 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, setMeterRegistry, setPageTitle, setPreventBrowserTabClosing, setViewActions, setViewData, setViewFacets, unregisterBackNavigationMethods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElementMethods inherited from class com.vaadin.flow.component.Component
addListener, findAncestor, fireEvent, from, get, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, 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, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Field Details
-
reportsDataGrid
-
reportsDataGridCreate
-
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
-
-
Constructor Details
-
ReportListView
public ReportListView()
-
-
Method Details
-
onInit
-
initOutputTypeList
protected void initOutputTypeList() -
onReportsDataGridRunReport
@Subscribe("reportsDataGrid.runReport") public void onReportsDataGridRunReport(ActionPerformedEvent event) -
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() -
onWizardClick
-
reportsDataGridWizardEnabledRule
-
copyReport
-
createFilter
-
onFilterFieldValueChange
protected void onFilterFieldValueChange() -
reportGroupsDlLoadDelegate
@Install(to="reportGroupsDl", target=DATA_LOADER) protected List<ReportGroup> reportGroupsDlLoadDelegate(LoadContext<ReportGroup> ignored)
-