@Component @Scope(value="prototype") public class DefaultPasswordDialog extends AbstractDialog implements PasswordDialog
| Modifier and Type | Field and Description |
|---|---|
static L10nString |
L10N_CONF_PASSWORD |
static L10nString |
L10N_DIALOG_TITLE |
static L10nString |
L10N_NEW_PASSWORD |
static L10nString |
L10N_NEW_PASSWORD_FAILURE |
static L10nString |
L10N_NEW_PASSWORD_LENGTH_FAILURE |
static L10nString |
L10N_OLD_PASSWORD |
static L10nString |
L10N_OLD_PASSWORD_FAILURE |
static L10nString |
L10N_PASSWORD_MATCH_USERNAME_FAILURE |
btnCancel, btnOK, dialogButtongs, dialogContent, L10N_BUTTON_CANCEL, L10N_BUTTON_CLOSE, L10N_BUTTON_OK, listener, windowATTRIB_DIALOG| Constructor and Description |
|---|
DefaultPasswordDialog(UserIdentity userIdentity) |
DefaultPasswordDialog(UserIdentity userIdentity,
boolean validateOld) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
getOKMessage() |
protected boolean |
isOKReady() |
protected void |
prepareContent() |
protected String |
prepareTitle() |
doCancel, doClose, doOK, getCommand, getCommands, getL10nMode, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, isInDesignMode, onBeforeShow, onEvent, prepareBottomToolbar, prepareButtons, prepareContentLayout, prepareForOK, prepareWindow, 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_CONF_PASSWORD
public static final L10nString L10N_DIALOG_TITLE
public static final L10nString L10N_NEW_PASSWORD
public static final L10nString L10N_NEW_PASSWORD_FAILURE
public static final L10nString L10N_NEW_PASSWORD_LENGTH_FAILURE
public static final L10nString L10N_OLD_PASSWORD
public static final L10nString L10N_OLD_PASSWORD_FAILURE
public static final L10nString L10N_PASSWORD_MATCH_USERNAME_FAILURE
public DefaultPasswordDialog(UserIdentity userIdentity)
public DefaultPasswordDialog(UserIdentity userIdentity, boolean validateOld)
protected Message getOKMessage()
getOKMessage in class AbstractDialogprotected boolean isOKReady()
isOKReady in class AbstractDialogprotected void prepareContent()
prepareContent in class AbstractDialogprotected String prepareTitle()
prepareTitle in class AbstractDialogCopyright 2012-2013 Veniamin Isaias. All rights reserved.