Class ResendMessage
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.emailui.screen.sendingmessage.resend.ResendMessage
- All Implemented Interfaces:
FrameOwner
@UiController("ResendMessage")
@UiDescriptor("resend-message.xml")
public class ResendMessage
extends Screen
-
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
-
Field Summary
Modifier and TypeFieldDescriptionprotected Emailer
protected FileStorage
protected FileStorageLocator
protected SendingMessage
protected MessageBundle
protected Notifications
Fields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]
attachmentBody
(SendingAttachment attachment) protected EmailAttachment
convertToEmailAttachment
(SendingAttachment sendingAttachment) protected String
emailBody
(SendingMessage message) protected List<EmailAttachment>
getEmailAttachments
(List<SendingAttachment> sendingAttachments) protected void
protected void
protected List<EmailHeader>
parseHeadersString
(String headersString) void
setMessage
(SendingMessage message) 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
-
message
-
emailer
-
fileStorage
-
fileStorageLocator
-
notifications
-
emailTextField
-
ccTextField
-
bccTextField
-
messageBundle
-
-
Constructor Details
-
ResendMessage
public ResendMessage()
-
-
Method Details
-
onBeforeShow
-
setMessage
-
onResendEmailBtnClick
-
emailBody
-
parseHeadersString
-
getEmailAttachments
-
convertToEmailAttachment
-
attachmentBody
-