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, setValue
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
setBorder, setBorder, setContentBorder, setContentBorder
INSTANCE_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