public interface IPasswordChangeDialogSetupBuilder<INSTANCE_TYPE extends IPasswordChangeDialogSetupBuilder<?>> extends ITitledWindowSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setCancelButton(IButtonDescriptor buttonDescriptor) |
INSTANCE_TYPE |
setCloseable(boolean closeable) |
INSTANCE_TYPE |
setDefaultButtonPolicy(InputDialogDefaultButtonPolicy policy) |
INSTANCE_TYPE |
setExecutor(IPasswordChangeExecutor executor) |
INSTANCE_TYPE |
setMinSize(Dimension size) |
INSTANCE_TYPE |
setOkButton(IButtonDescriptor buttonDescriptor) |
INSTANCE_TYPE |
setPasswordMaxLength(int length) |
INSTANCE_TYPE |
setPasswordValidator(IValidator<java.lang.String> validator) |
setAutoCenterPolicy, setAutoDispose, setAutoPackPolicy, setAutoPositionCorrectionPolicy, setMaxPackSize, setMinPackSize, setPosition, setSize
setBackgroundColor, setForegroundColor, setVisible
setColor, setVisible
autoCenterAlways, autoCenterOff, autoCenterOnce, autoPackAlways, autoPackOff, autoPackOnce, autoPositionCorrectionAlways, autoPositionCorrectionOff, autoPositionCorrectionOnce
setDecorated, setIcon, setTitle
setResizable
setSetup
setExecutionContext
INSTANCE_TYPE setOkButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setCancelButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setDefaultButtonPolicy(InputDialogDefaultButtonPolicy policy)
INSTANCE_TYPE setCloseable(boolean closeable)
INSTANCE_TYPE setExecutor(IPasswordChangeExecutor executor)
INSTANCE_TYPE setPasswordValidator(IValidator<java.lang.String> validator)
INSTANCE_TYPE setMinSize(Dimension size)
INSTANCE_TYPE setPasswordMaxLength(int length)
Siehe auch Jowidgets Nutzerhandbuch