Class InAppNotificationBrowse
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardLookup<InAppNotification>
io.jmix.notificationsui.screen.inappnotification.InAppNotificationBrowse
- All Implemented Interfaces:
FrameOwner
,LookupScreen<InAppNotification>
,MultiSelectLookupScreen
@UiController("ntf_InAppNotification.browse")
@UiDescriptor("in-app-notification-browse.xml")
public class InAppNotificationBrowse
extends StandardLookup<InAppNotification>
-
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 CurrentAuthentication
protected DataManager
protected Dialogs
protected Messages
protected NotificationChannelProvider
protected NotificationManager
protected Notifications
protected NotificationTypesRepository
protected Screens
protected UiComponents
protected UserRepository
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
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
-
dialogs
-
uiComponents
-
notificationChannelProvider
-
notificationTypesRepository
-
notificationManager
-
notifications
-
currentAuthentication
-
userRepository
-
screens
-
dataManager
-
messages
-
-
Constructor Details
-
InAppNotificationBrowse
public InAppNotificationBrowse()
-
-
Method Details
-
onInAppNotificationsTableCreate
@Subscribe("inAppNotificationsTable.create") public void onInAppNotificationsTableCreate(Action.ActionPerformedEvent event) -
formatNotificationsType
-