public class ReplyFormUIHandler extends AbstractFaxToMailUIHandler<ReplyFormUIModel,ReplyFormUI> implements Cancelable
| Modifier and Type | Class and Description |
|---|---|
protected class |
ReplyFormUIHandler.FileComboBoxEditor |
| Constructor and Description |
|---|
ReplyFormUIHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment() |
void |
afterInit(ReplyFormUI replyFormUI) |
void |
beforeInit(ReplyFormUI ui) |
void |
cancel() |
protected JComponent |
getComponentToFocus() |
jaxx.runtime.validator.swing.SwingValidator<ReplyFormUIModel> |
getValidator() |
void |
onCloseUI() |
void |
openAttachment(AttachmentFile attachment) |
void |
openLocation() |
void |
removeAttachment(AttachmentFile attachment) |
protected void |
updateAttachmentPanel(Collection<AttachmentFile> attachments) |
clearValidators, closeFrame, decorate, decorateUser, getConfig, getContext, getDecorator, getPropertiesToIgnore, getTopestUI, initCheckBoxComboBox, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, openFrame, registerValidators, setText, setText, showInformationMessageaddAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addHighlighters, addIntegerColumnToModel, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, beforeOpenPopup, changeValidatorContext, closeDialog, decorate, getModel, getParentContainer, getUI, incrementsMessage, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initBeanList, initButton, initCoordinateDMDEditor, initCoordinateDMSEditor, initDatePicker, initLabel, initNumberEditor, initScrollPane, initTextField, initTimeEditor, initUI, initUIComponent, isAutoSelectOnFocus, newComboModel, newListCellRender, newListCellRender, newListCellRender, newNumberCellRenderer, newTableCellRender, newTableCellRender, newTableCellRender, openDialog, openRowMenu, quitScreen, selectListData, setBoolean, setDate, setFile, showSuccessMessagepublic void beforeInit(ReplyFormUI ui)
beforeInit in interface jaxx.runtime.spi.UIHandler<ReplyFormUI>beforeInit in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<ReplyFormUIModel,ReplyFormUI>public void afterInit(ReplyFormUI replyFormUI)
afterInit in interface jaxx.runtime.spi.UIHandler<ReplyFormUI>public void cancel()
cancel in interface Cancelablepublic void onCloseUI()
onCloseUI in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<ReplyFormUIModel,ReplyFormUI>public jaxx.runtime.validator.swing.SwingValidator<ReplyFormUIModel> getValidator()
getValidator in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<ReplyFormUIModel,ReplyFormUI>protected JComponent getComponentToFocus()
getComponentToFocus in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<ReplyFormUIModel,ReplyFormUI>public void removeAttachment(AttachmentFile attachment)
public void addAttachment()
protected void updateAttachmentPanel(Collection<AttachmentFile> attachments)
public void openLocation()
public void openAttachment(AttachmentFile attachment)
Copyright © 2014 CodeLutin. All rights reserved.