Class InAppNotificationView

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.screen.StandardEditor<InAppNotification>
io.jmix.notificationsui.screen.inappnotification.InAppNotificationView
All Implemented Interfaces:
ChangeTracker, EditorScreen<InAppNotification>, FrameOwner, ReadOnlyAwareScreen

@UiController("ntf_InAppNotification.view") @UiDescriptor("in-app-notification-view.xml") public class InAppNotificationView extends StandardEditor<InAppNotification>
  • Field Details

    • NOTIFICATION_VIEW_CLOSE_AS_READ

      public static final CloseAction NOTIFICATION_VIEW_CLOSE_AS_READ
    • NOTIFICATION_VIEW_CLOSE_AS_UNREAD

      public static final CloseAction NOTIFICATION_VIEW_CLOSE_AS_UNREAD
    • notificationTypesRepository

      @Autowired protected NotificationTypesRepository notificationTypesRepository
    • icons

      @Autowired protected Icons icons
    • dataManager

      @Autowired protected DataManager dataManager
  • Constructor Details

    • InAppNotificationView

      public InAppNotificationView()
  • Method Details