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 classes/interfaces inherited from class io.jmix.ui.screen.Screen
Screen.AfterCloseEvent, Screen.AfterDetachEvent, Screen.AfterInitEvent, Screen.AfterShowEvent, Screen.BeforeCloseEvent, Screen.BeforeShowEvent, Screen.InitEvent
Nested classes/interfaces inherited from interface io.jmix.ui.screen.LookupScreen
LookupScreen.ValidationContext<T>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Downloader
protected SecondsToTextFormatter
protected CollectionLoader<ReportExecution>
protected Table<ReportExecution>
protected MessageBundle
static final String
Fields inherited from class io.jmix.ui.screen.StandardLookup
selectHandler, selectValidator
Fields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
executionsTableOutputDocumentValueProvider
(ReportExecution reportExecution) protected String
formatExecutionTimeSec
(Long value) protected String
protected void
protected void
protected void
onInit
(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, setupLookupComponent
Methods 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)
-