Class CreateNotificationScreen

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.notificationsui.screen.createnotification.CreateNotificationScreen
All Implemented Interfaces:
FrameOwner

@UiController("ntf_CreateNotification.screen") @UiDescriptor("create-notification-screen.xml") public class CreateNotificationScreen extends Screen
  • Field Details

  • Constructor Details

    • CreateNotificationScreen

      public CreateNotificationScreen()
  • Method Details

    • onBeforeShow

      @Subscribe public void onBeforeShow(Screen.BeforeShowEvent event)
    • onOkButtonClick

      @Subscribe("okButton") public void onOkButtonClick(Button.ClickEvent event)
    • onCancelBtnClick

      @Subscribe("cancelBtn") public void onCancelBtnClick(Button.ClickEvent event)
    • initContentTypeField

      protected void initContentTypeField()
    • initTypeField

      protected void initTypeField()
    • initRecipientsField

      protected void initRecipientsField()
    • initChannelsField

      protected void initChannelsField()
    • confirm

      protected void confirm()
    • resolveSubject

      protected String resolveSubject()
    • resolveChannelNames

      protected Collection<String> resolveChannelNames()