public interface IInputCompositeSetup<INPUT_TYPE> extends IInputComponentSetup<INPUT_TYPE>
Modifier and Type | Method and Description |
---|---|
Border |
getBorder() |
Border |
getContentBorder() |
IInputContentCreator<INPUT_TYPE> |
getContentCreator() |
java.lang.String |
getMissingInputHint() |
IInputComponentValidationLabelSetup |
getValidationLabel() |
IColorConstant |
getValidationLabelBackground() |
int |
getValidationLabelHeight() |
boolean |
isContentScrolled() |
getValidator, getValue, isEditable
getBackgroundColor, getForegroundColor, isVisible
IInputContentCreator<INPUT_TYPE> getContentCreator()
boolean isContentScrolled()
Border getBorder()
Border getContentBorder()
IInputComponentValidationLabelSetup getValidationLabel()
IColorConstant getValidationLabelBackground()
int getValidationLabelHeight()
java.lang.String getMissingInputHint()
Siehe auch Jowidgets Nutzerhandbuch