public interface IInputCompositeSetupBuilder<INSTANCE_TYPE extends IInputCompositeSetupBuilder<?,?>,INPUT_TYPE> extends IInputComponentSetupBuilder<INSTANCE_TYPE,INPUT_TYPE>, IInputCompositeSetupConvenience<INSTANCE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
INSTANCE_TYPE |
setBorder(Border border) |
INSTANCE_TYPE |
setContentBorder(Border border) |
INSTANCE_TYPE |
setContentCreator(IInputContentCreator<INPUT_TYPE> contentCreator) |
INSTANCE_TYPE |
setContentScrolled(boolean scrolledContent) |
INSTANCE_TYPE |
setMissingInputHint(java.lang.String hint) |
INSTANCE_TYPE |
setValidationLabel(IInputComponentValidationLabelSetup validationLabel) |
INSTANCE_TYPE |
setValidationLabelBackground(IColorConstant color) |
INSTANCE_TYPE |
setValidationLabelHeight(int height) |
setEditable, setValidator, setValuesetBackgroundColor, setForegroundColor, setVisiblesetSetupsetColor, setVisiblesetBorder, setBorder, setContentBorder, setContentBorderINSTANCE_TYPE setContentCreator(IInputContentCreator<INPUT_TYPE> contentCreator)
INSTANCE_TYPE setContentScrolled(boolean scrolledContent)
INSTANCE_TYPE setBorder(Border border)
INSTANCE_TYPE setContentBorder(Border border)
INSTANCE_TYPE setValidationLabel(IInputComponentValidationLabelSetup validationLabel)
INSTANCE_TYPE setValidationLabelBackground(IColorConstant color)
INSTANCE_TYPE setValidationLabelHeight(int height)
INSTANCE_TYPE setMissingInputHint(java.lang.String hint)
Siehe auch Jowidgets Nutzerhandbuch