public interface IPasswordChangeDialogSetup extends ITitledWindowSetup
Modifier and Type | Method and Description |
---|---|
IButtonDescriptor |
getCancelButton() |
InputDialogDefaultButtonPolicy |
getDefaultButtonPolicy() |
IPasswordChangeExecutor |
getExecutor() |
Dimension |
getMinSize() |
IButtonDescriptor |
getOkButton() |
int |
getPasswordMaxLength() |
IValidator<java.lang.String> |
getPasswordValidator() |
boolean |
isCloseable() |
getIcon, getTitle, isDecorated
isResizable
getAutoCenterPolicy, getAutoDispose, getAutoPackPolicy, getAutoPositionCorrectionPolicy, getMaxPackSize, getMinPackSize, getPosition, getSize
getBackgroundColor, getForegroundColor, isVisible
IButtonDescriptor getOkButton()
IButtonDescriptor getCancelButton()
InputDialogDefaultButtonPolicy getDefaultButtonPolicy()
boolean isCloseable()
IPasswordChangeExecutor getExecutor()
IValidator<java.lang.String> getPasswordValidator()
int getPasswordMaxLength()
Dimension getMinSize()
Siehe auch Jowidgets Nutzerhandbuch