@UiController(value="email_SendingMessage.browse")
@UiDescriptor(value="sending-message-browse.xml")
public class SendingMessageBrowser
extends io.jmix.ui.screen.Screen
io.jmix.ui.screen.Screen.AfterCloseEvent, io.jmix.ui.screen.Screen.AfterDetachEvent, io.jmix.ui.screen.Screen.AfterInitEvent, io.jmix.ui.screen.Screen.AfterShowEvent, io.jmix.ui.screen.Screen.BeforeCloseEvent, io.jmix.ui.screen.Screen.BeforeShowEvent, io.jmix.ui.screen.Screen.InitEvent
Modifier and Type | Field and Description |
---|---|
protected io.jmix.ui.component.TextField<java.lang.String> |
bodyContentType |
protected io.jmix.ui.component.TextArea<java.lang.String> |
contentTextArea |
protected io.jmix.core.CoreProperties |
coreProperties |
protected io.jmix.core.DataManager |
dataManager |
protected io.jmix.ui.download.Downloader |
downloader |
protected EmailDataProvider |
emailDataProvider |
protected EmailerProperties |
emailerProperties |
protected io.jmix.ui.component.Form |
fg |
protected io.jmix.core.FileStorage |
fileStorage |
protected io.jmix.core.FileStorageLocator |
fileStorageLocator |
protected io.jmix.core.Messages |
messages |
protected io.jmix.ui.Notifications |
notifications |
protected io.jmix.ui.ScreenBuilders |
screenBuilders |
protected io.jmix.ui.model.CollectionContainer<SendingMessage> |
sendingMessageDc |
protected io.jmix.ui.component.Table<SendingMessage> |
sendingMessageTable |
protected io.jmix.ui.component.Button |
showContentButton |
protected io.jmix.ui.upload.TemporaryStorage |
temporaryStorage |
protected io.jmix.ui.UiComponents |
uiComponents |
protected io.jmix.ui.UiProperties |
uiProperties |
Constructor and Description |
---|
SendingMessageBrowser() |
Modifier and Type | Method and Description |
---|---|
protected io.jmix.ui.component.Component |
buildContentTextField() |
void |
download(io.jmix.ui.action.Action.ActionPerformedEvent event) |
protected void |
exportFile(SendingAttachment attachment) |
protected java.util.List<SendingAttachment> |
getAttachments(SendingMessage message) |
protected io.jmix.core.FileRef |
getReference(SendingAttachment attachment) |
protected void |
onAfterInit(io.jmix.ui.screen.Screen.AfterInitEvent event) |
void |
resendEmail(io.jmix.ui.action.Action.ActionPerformedEvent event) |
protected void |
selectAttachmentDialog(SendingMessage message) |
protected void |
selectedItemChanged(SendingMessage item) |
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
@Autowired protected io.jmix.ui.model.CollectionContainer<SendingMessage> sendingMessageDc
@Autowired protected io.jmix.ui.ScreenBuilders screenBuilders
@Autowired protected EmailDataProvider emailDataProvider
@Autowired protected EmailerProperties emailerProperties
@Autowired protected io.jmix.ui.component.Form fg
@Autowired protected io.jmix.ui.UiComponents uiComponents
@Autowired protected io.jmix.ui.component.Table<SendingMessage> sendingMessageTable
@Autowired protected io.jmix.ui.upload.TemporaryStorage temporaryStorage
@Autowired protected io.jmix.core.DataManager dataManager
@Autowired protected io.jmix.ui.download.Downloader downloader
protected io.jmix.core.FileStorage fileStorage
@Autowired protected io.jmix.core.FileStorageLocator fileStorageLocator
@Autowired protected io.jmix.core.Messages messages
@Autowired protected io.jmix.ui.component.TextField<java.lang.String> bodyContentType
protected io.jmix.ui.component.Button showContentButton
protected io.jmix.ui.component.TextArea<java.lang.String> contentTextArea
@Autowired protected io.jmix.ui.UiProperties uiProperties
@Autowired protected io.jmix.core.CoreProperties coreProperties
@Autowired protected io.jmix.ui.Notifications notifications
@Subscribe protected void onAfterInit(io.jmix.ui.screen.Screen.AfterInitEvent event)
protected io.jmix.ui.component.Component buildContentTextField()
protected void selectedItemChanged(SendingMessage item)
@Subscribe(value="sendingMessageTable.downloadAttachment") public void download(io.jmix.ui.action.Action.ActionPerformedEvent event)
@Subscribe(value="sendingMessageTable.resendEmail") public void resendEmail(io.jmix.ui.action.Action.ActionPerformedEvent event)
protected void selectAttachmentDialog(SendingMessage message)
protected java.util.List<SendingAttachment> getAttachments(SendingMessage message)
protected io.jmix.core.FileRef getReference(SendingAttachment attachment)
protected void exportFile(SendingAttachment attachment)