public class EditProgramUIHandler extends AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>
EditProgramUI.context, ui| Constructor and Description |
|---|
EditProgramUIHandler(TuttiUI parentUi,
EditProgramUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitUI() |
void |
beforeInitUI() |
boolean |
canCloseUI(TuttiScreen nextScreen)
Can the UI be closed? It is useful whe the user wants to exit the current
screen but the model is modified: we can then ask the user if he wants to
save or not.
|
jaxx.runtime.validator.swing.SwingValidator<EditProgramUIModel> |
getValidator() |
void |
onCloseUI() |
askCancelEditBeforeLeaving, askSaveBeforeLeaving, changeValidatorContext, clearValidators, closeDialog, closeUI, createAction, decorate, doAction, getConfig, getContext, getDataContext, getDecorator, getModel, getPropertiesToIgnore, getUI, initAction, initBeanComboBox, initBeanComboBox, initBeanList, initButtonAttachmentEditor, initDatePicker, initNumberEditor, initTimeEditor, initUI, listenValidatorValid, listModelIsModify, newComboActionModel, newComboModel, newListCellRender, newListCellRender, newListCellRender, openDialog, registerValidators, selectFirstInCombo, selectListData, setBoolean, setDate, setText, showInformationMessagepublic EditProgramUIHandler(TuttiUI parentUi, EditProgramUI ui)
public void beforeInitUI()
beforeInitUI in class AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>public void afterInitUI()
afterInitUI in class AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>public void onCloseUI()
onCloseUI in class AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>public boolean canCloseUI(TuttiScreen nextScreen)
AbstractTuttiUIHandlercanCloseUI in class AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>nextScreen - the next screen to displaytrue if UI can be closed, false otherwise.public jaxx.runtime.validator.swing.SwingValidator<EditProgramUIModel> getValidator()
getValidator in class AbstractTuttiUIHandler<EditProgramUIModel,EditProgramUI>Copyright © 2012-2013 Ifremer. All Rights Reserved.