public class AttachmentEditorUIHandler extends AbstractToolbarPopupHandler<AttachmentEditorUIModel,AttachmentEditorUI>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AttachmentEditorUIHandler.AttachmentItemEditor |
protected class |
AttachmentEditorUIHandler.AttachmentItemRenderer |
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
EDITABLE_EXTENSIONS |
CLOSE_DIALOG_ACTION, closeAction, openAction, SHOW_DIALOG_ACTION| Constructor and Description |
|---|
AttachmentEditorUIHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment() |
void |
afterInit(AttachmentEditorUI ui) |
void |
editAttachment(Attachment attachment) |
protected JComponent |
getComponentToFocus() |
jaxx.runtime.validator.swing.SwingValidator<AttachmentEditorUIModel> |
getValidator() |
protected void |
initTable(org.jdesktop.swingx.JXTable table) |
boolean |
isAttachmentEditable(Attachment attachment) |
boolean |
isAttachmentRemovable(Attachment attachment) |
void |
onCloseUI() |
void |
openAttachment(Attachment attachment) |
void |
removeAttachment(AttachmentItem attachmentItem) |
protected void |
resetFields() |
closeEditor, openEditor, placeclearValidators, 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, beforeInit, 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 afterInit(AttachmentEditorUI ui)
afterInit in interface jaxx.runtime.spi.UIHandler<AttachmentEditorUI>afterInit in class AbstractToolbarPopupHandler<AttachmentEditorUIModel,AttachmentEditorUI>protected void initTable(org.jdesktop.swingx.JXTable table)
protected JComponent getComponentToFocus()
getComponentToFocus in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<AttachmentEditorUIModel,AttachmentEditorUI>public void onCloseUI()
onCloseUI in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<AttachmentEditorUIModel,AttachmentEditorUI>public jaxx.runtime.validator.swing.SwingValidator<AttachmentEditorUIModel> getValidator()
getValidator in class org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler<AttachmentEditorUIModel,AttachmentEditorUI>public void addAttachment()
protected void resetFields()
public void openAttachment(Attachment attachment)
public void editAttachment(Attachment attachment)
public void removeAttachment(AttachmentItem attachmentItem)
public boolean isAttachmentEditable(Attachment attachment)
public boolean isAttachmentRemovable(Attachment attachment)
Copyright © 2014 CodeLutin. All rights reserved.