public interface ICollectionInputControlSetup<ELEMENT_TYPE> extends IInputComponentSetup<java.util.Collection<ELEMENT_TYPE>>
Modifier and Type | Method and Description |
---|---|
IButtonSetup |
getAddButton() |
Dimension |
getAddButtonSize() |
ICustomWidgetCreator<IInputControl<ELEMENT_TYPE>> |
getElementWidgetCreator() |
IButtonSetup |
getRemoveButton() |
Dimension |
getRemoveButtonSize() |
IInputComponentValidationLabelSetup |
getValidationLabel() |
Dimension |
getValidationLabelSize() |
getValidator, getValue, isEditable
getBackgroundColor, getForegroundColor, isVisible
ICustomWidgetCreator<IInputControl<ELEMENT_TYPE>> getElementWidgetCreator()
IButtonSetup getRemoveButton()
IButtonSetup getAddButton()
Dimension getRemoveButtonSize()
Dimension getAddButtonSize()
IInputComponentValidationLabelSetup getValidationLabel()
Dimension getValidationLabelSize()
Siehe auch Jowidgets Nutzerhandbuch