public interface ILoginDialogSetupBuilder<INSTANCE_TYPE extends ILoginDialogSetupBuilder<?>> 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 |
setInterceptor(ILoginInterceptor interceptor) |
INSTANCE_TYPE |
setLoginButton(IButtonDescriptor buttonDescriptor) |
INSTANCE_TYPE |
setLoginLabel(java.lang.String label) |
INSTANCE_TYPE |
setLogo(IImageConstant logo) |
INSTANCE_TYPE |
setMinSize(Dimension size) |
setAutoCenterPolicy, setAutoDispose, setAutoPackPolicy, setAutoPositionCorrectionPolicy, setMaxPackSize, setMinPackSize, setPosition, setSizesetBackgroundColor, setForegroundColor, setVisiblesetColor, setVisibleautoCenterAlways, autoCenterOff, autoCenterOnce, autoPackAlways, autoPackOff, autoPackOnce, autoPositionCorrectionAlways, autoPositionCorrectionOff, autoPositionCorrectionOncesetDecorated, setIcon, setTitlesetResizablesetSetupsetExecutionContextINSTANCE_TYPE setLoginButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setCancelButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setDefaultButtonPolicy(InputDialogDefaultButtonPolicy policy)
INSTANCE_TYPE setCloseable(boolean closeable)
INSTANCE_TYPE setInterceptor(ILoginInterceptor interceptor)
INSTANCE_TYPE setLogo(IImageConstant logo)
INSTANCE_TYPE setLoginLabel(java.lang.String label)
INSTANCE_TYPE setMinSize(Dimension size)
Siehe auch Jowidgets Nutzerhandbuch