public class AttachmentEditorUIHandler extends AbstractToolbarPopupHandler<AttachmentEditorUIModel,AttachmentEditorUI>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AttachmentEditorUIHandler.AttachmentItemEditor |
protected class |
AttachmentEditorUIHandler.AttachmentItemRenderer |
CLOSE_DIALOG_ACTION, closeAction, openAction, SHOW_DIALOG_ACTIONlistModelListener| Constructor and Description |
|---|
AttachmentEditorUIHandler() |
| Modifier and Type | Method and Description |
|---|---|
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) |
closeEditor, openEditor, placeaddComboDataColumnToModel, clearValidators, closeFrame, closeFrame, decorate, decorateUser, getConfig, getContext, getDecorator, getPropertiesToIgnore, getTopestUI, initCheckBoxComboBox, isActionEnabled, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, openFrame, openModalFrame, quitScreen2, registerValidators, setText, setText, showInformationMessageaddAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addFloatColumnToModel, addFloatColumnToModel, addHighlighters, addIntegerColumnToModel, addIntegerColumnToModel, affectKeyStroke, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, beforeInit, beforeOpenPopup, changeValidatorContext, closeDialog, decorate, getListValidators, getModel, getParentContainer, getSimpleValidators, getUI, incrementsMessage, initBeanComboBox, initBeanComboBox, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initBeanList, initButton, initComponentToFocus, initCoordinateDMDEditor, initCoordinateDMSEditor, initDatePicker, initLabel, initNumberEditor, initScrollPane, initTextField, initTimeEditor, initUI, initUIComponent, initValidators, isAutoSelectOnFocus, newComboModel, newListCellRender, newListCellRender, newListCellRender, newNumberCellRenderer, newTableCellRender, newTableCellRender, newTableCellRender, openDialog, openRowMenu, quitInternalScreen, quitScreen, quitScreen, selectListData, setBoolean, setDate, setFile, showSuccessMessage, useListValidators, useSimpleValidatorspublic 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 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–2015 CodeLutin. All rights reserved.