Class PersistentDashboardBrowse
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardLookup<PersistentDashboard>
io.jmix.dashboardsui.screen.dashboard.browse.PersistentDashboardBrowse
- All Implemented Interfaces:
FrameOwner
,LookupScreen<PersistentDashboard>
,MultiSelectLookupScreen
@UiController("dshbrd_PersistentDashboard.browse")
@UiDescriptor("persistent-dashboard-browse.xml")
public class PersistentDashboardBrowse
extends StandardLookup<PersistentDashboard>
-
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 AccessConstraintsHelper
protected AccessManager
protected CollectionContainer<PersistentDashboard>
protected CollectionLoader<PersistentDashboard>
protected Screens
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 boolean
protected boolean
void
void
void
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
-
screens
-
persistentDashboardsDc
-
persistentDashboardsDl
-
accessConstraintsHelper
-
accessManager
-
-
Constructor Details
-
PersistentDashboardBrowse
public PersistentDashboardBrowse()
-
-
Method Details
-
onBeforeShow
-
isDashboardEditButtonPermitted
protected boolean isDashboardEditButtonPermitted() -
isDashboardGroupBrowsePermitted
protected boolean isDashboardGroupBrowsePermitted() -
onDashboardGroupsBrowseClick
@Subscribe("dashboardGroupsBrowse") public void onDashboardGroupsBrowseClick(Button.ClickEvent event) -
showDashboard
@Subscribe("persistentDashboardsTable.show") public void showDashboard(Action.ActionPerformedEvent event)
-