@Component @Scope(value="prototype") public class DefaultValueInputDialog extends AbstractDialog implements ValueInputDialog
| Modifier and Type | Field and Description |
|---|---|
static L10nString |
L10N_TITLE_INPUT |
btnCancel, btnOK, dialogButtongs, dialogContent, L10N_BUTTON_CANCEL, L10N_BUTTON_CLOSE, L10N_BUTTON_OK, listener, windowATTRIB_DIALOG| Modifier | Constructor and Description |
|---|---|
protected |
DefaultValueInputDialog() |
protected |
DefaultValueInputDialog(PathMetadata pathMetadata,
Object value) |
protected |
DefaultValueInputDialog(PathMetadata pathMetadata,
Object value,
boolean editing) |
protected |
DefaultValueInputDialog(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
getOKMessage() |
boolean |
isEditing() |
protected boolean |
isOKReady() |
protected void |
prepareContent() |
protected String |
prepareTitle() |
protected void |
prepareWindow() |
doCancel, doClose, doOK, getCommand, getCommands, getL10nMode, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, isInDesignMode, onBeforeShow, onEvent, prepareBottomToolbar, prepareButtons, prepareContentLayout, prepareForOK, process, registerCommand, setInDesignMode, setL10nMode, show, showNotOKMessage, supressCommands, toString, unregisterCommandclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommand, getCommands, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, supressCommands, unregisterCommandprocessgetL10nMode, setL10nModeisInDesignMode, setInDesignModepublic static final L10nString L10N_TITLE_INPUT
protected DefaultValueInputDialog()
protected DefaultValueInputDialog(PathMetadata pathMetadata, Object value)
protected DefaultValueInputDialog(PathMetadata pathMetadata, Object value, boolean editing)
protected DefaultValueInputDialog(String value)
protected Message getOKMessage()
getOKMessage in class AbstractDialogpublic boolean isEditing()
isEditing in interface ValueInputDialogprotected boolean isOKReady()
isOKReady in class AbstractDialogprotected void prepareContent()
prepareContent in class AbstractDialogprotected String prepareTitle()
prepareTitle in class AbstractDialogprotected void prepareWindow()
prepareWindow in class AbstractDialogCopyright 2012-2013 Veniamin Isaias. All rights reserved.