public class AttachmentEditorUIHandler extends AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE_DIALOG_ACTION |
protected Action |
closeAction |
protected TuttiUIContext |
context |
protected Action |
openAction |
protected PersistenceService |
persistenceService |
static String |
SHOW_DIALOG_ACTION |
protected AttachmentEditorUI |
ui |
CONFIRMATION_FORMAT| Constructor and Description |
|---|
AttachmentEditorUIHandler(TuttiUIContext context,
AttachmentEditorUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment() |
protected void |
addAttachment(Attachment attachment) |
void |
afterInitUI() |
void |
beforeInitUI() |
void |
closeEditor() |
protected JComponent |
getComponentToFocus() |
jaxx.runtime.validator.swing.SwingValidator<TuttiUIContext> |
getValidator() |
void |
init() |
void |
onCloseUI() |
void |
openAttachment(Attachment attachment) |
void |
openEditor(JComponent component) |
void |
place(JComponent component) |
void |
removeAttachment(AttachmentItem attachmentItem) |
protected void |
resetFields() |
void |
saveAttachment(Attachment attachment) |
addAutoSelectOnFocus, addBooleanColumnToModel, addColumnToModel, addColumnToModel, addComboDataColumnToModel, addFloatColumnToModel, addIntegerColumnToModel, askCancelEditBeforeLeaving, askSaveBeforeLeaving, autoSelectRowInTable, changeValidatorContext, clearValidators, closeDialog, closeUI, decorate, decorate, getConfig, getContext, getDataContext, getDecorator, getModel, getPropertiesToIgnore, getTopestUI, getUI, initBeanFilterableComboBox, initBeanFilterableComboBox, initBeanList, initButton, initButtonAttachment, initDatePicker, initLabel, initNumberEditor, initScrollPane, initTextField, initTimeEditor, initUI, isAutoSelectOnFocus, listenValidationTableHasNoFatalError, listenValidatorValid, listModelIsModify, newComboModel, newListCellRender, newListCellRender, newListCellRender, newTableCellRender, newTableCellRender, newTableCellRender, openDialog, openRowMenu, quitScreen, registerValidators, selectListData, setBoolean, setDate, setText, showInformationMessage, showSuccessMessagepublic static final String CLOSE_DIALOG_ACTION
public static final String SHOW_DIALOG_ACTION
protected final AttachmentEditorUI ui
protected final PersistenceService persistenceService
protected final TuttiUIContext context
protected Action closeAction
protected Action openAction
public AttachmentEditorUIHandler(TuttiUIContext context, AttachmentEditorUI ui)
public void beforeInitUI()
beforeInitUI in class AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>public void afterInitUI()
afterInitUI in class AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>protected JComponent getComponentToFocus()
getComponentToFocus in class AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>public void onCloseUI()
onCloseUI in class AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>public jaxx.runtime.validator.swing.SwingValidator<TuttiUIContext> getValidator()
getValidator in class AbstractTuttiUIHandler<TuttiUIContext,AttachmentEditorUI>public void closeEditor()
public void openEditor(JComponent component)
public void init()
public void place(JComponent component)
public void addAttachment()
protected void addAttachment(Attachment attachment)
protected void resetFields()
public void openAttachment(Attachment attachment)
public void saveAttachment(Attachment attachment)
public void removeAttachment(AttachmentItem attachmentItem)
Copyright © 2012–2013 Ifremer. All rights reserved.