public interface IQuestionDialogSetupBuilder<INSTANCE_TYPE extends IQuestionDialogSetupBuilder<?>> extends ILabelSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setCancelButton(IButtonDescriptor buttonDescriptor) |
INSTANCE_TYPE |
setDefaultResult(QuestionResult defaultResult) |
INSTANCE_TYPE |
setNoButton(IButtonDescriptor buttonDescriptor) |
INSTANCE_TYPE |
setTitle(java.lang.String title) |
INSTANCE_TYPE |
setTitleIcon(IImageConstant titleIcon) |
INSTANCE_TYPE |
setYesButton(IButtonDescriptor buttonDescriptor) |
setToolTipText
setFontName, setFontSize
setAlignment, setEllipsisMode, setMarkup, setText
alignCenter, alignLeft, alignRight, setEmphasized, setStrong
setIcon
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
INSTANCE_TYPE setTitle(java.lang.String title)
INSTANCE_TYPE setTitleIcon(IImageConstant titleIcon)
INSTANCE_TYPE setYesButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setNoButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setCancelButton(IButtonDescriptor buttonDescriptor)
INSTANCE_TYPE setDefaultResult(QuestionResult defaultResult)
Siehe auch Jowidgets Nutzerhandbuch