Class ReportExecutionBrowser
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardLookup<ReportExecution>
io.jmix.reportsui.screen.report.history.ReportExecutionBrowser
- All Implemented Interfaces:
FrameOwner,LookupScreen<ReportExecution>,MultiSelectLookupScreen
@UiController("report_ReportExecution.browse")
@UiDescriptor("report-execution-browse.xml")
public class ReportExecutionBrowser
extends StandardLookup<ReportExecution>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class io.jmix.ui.screen.Screen
Screen.AfterCloseEvent, Screen.AfterDetachEvent, Screen.AfterInitEvent, Screen.AfterShowEvent, Screen.BeforeCloseEvent, Screen.BeforeShowEvent, Screen.InitEventNested classes/interfaces inherited from interface io.jmix.ui.screen.LookupScreen
LookupScreen.ValidationContext<T> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Downloaderprotected SecondsToTextFormatterprotected CollectionLoader<ReportExecution>protected Table<ReportExecution>protected MessageBundlestatic final StringFields inherited from class io.jmix.ui.screen.StandardLookup
selectHandler, selectValidatorFields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTIONFields inherited from interface io.jmix.ui.screen.LookupScreen
LOOKUP_CANCEL_ACTION_ID, LOOKUP_ENTER_PRESSED_ACTION_ID, LOOKUP_ITEM_CLICK_ACTION_ID, LOOKUP_SELECT_ACTION_ID, LOOKUP_SELECT_CLOSE_ACTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringexecutionsTableOutputDocumentValueProvider(ReportExecution reportExecution) protected StringformatExecutionTimeSec(Long value) protected Stringprotected voidprotected voidprotected voidonInit(Screen.InitEvent event) Methods inherited from class io.jmix.ui.screen.StandardLookup
addDefaultCancelAction, addDefaultSelectAction, cancel, getLookupActionsLayout, getLookupComponent, getSelectHandler, getSelectValidator, getWindowActionOptional, initActions, select, select, setLookupComponentMultiSelect, setSelectHandler, setSelectValidator, setupCommitShortcut, setupLookupComponentMethods inherited from class io.jmix.ui.screen.Screen
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
-
Field Details
-
REPORTS_PARAMETER
- See Also:
-
executionsDl
-
executionsTable
-
messageBundle
-
downloader
-
durationFormatter
-
filterByReports
-
-
Constructor Details
-
ReportExecutionBrowser
public ReportExecutionBrowser()
-
-
Method Details
-
onInit
-
onBeforeShow
-
initDataLoader
protected void initDataLoader() -
formatExecutionTimeSec
-
getReportsNames
-
executionsTableOutputDocumentValueProvider
@Install(to="executionsTable.outputDocument", subject="valueProvider") protected String executionsTableOutputDocumentValueProvider(ReportExecution reportExecution)
-