public interface ICollectionInputControlSetupBuilder<INSTANCE_TYPE extends ICollectionInputControlSetupBuilder<?,?>,ELEMENT_TYPE> extends IInputComponentSetupBuilder<INSTANCE_TYPE,java.util.Collection<ELEMENT_TYPE>>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setAddButton(IButtonSetup button) |
INSTANCE_TYPE |
setAddButtonSize(Dimension dimension) |
INSTANCE_TYPE |
setElementWidgetCreator(ICustomWidgetCreator<IInputControl<ELEMENT_TYPE>> widgetCreator) |
INSTANCE_TYPE |
setRemoveButton(IButtonSetup button) |
INSTANCE_TYPE |
setRemoveButtonSize(Dimension dimension) |
INSTANCE_TYPE |
setValidationLabel(IInputComponentValidationLabelSetup validationLabel) |
INSTANCE_TYPE |
setValidationLabelSize(Dimension dimension) |
setEditable, setValidator, setValue
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
INSTANCE_TYPE setElementWidgetCreator(ICustomWidgetCreator<IInputControl<ELEMENT_TYPE>> widgetCreator)
INSTANCE_TYPE setRemoveButton(IButtonSetup button)
INSTANCE_TYPE setAddButton(IButtonSetup button)
INSTANCE_TYPE setRemoveButtonSize(Dimension dimension)
INSTANCE_TYPE setAddButtonSize(Dimension dimension)
INSTANCE_TYPE setValidationLabel(IInputComponentValidationLabelSetup validationLabel)
INSTANCE_TYPE setValidationLabelSize(Dimension dimension)
Siehe auch Jowidgets Nutzerhandbuch