public interface ICollectionInputFieldSetup<ELEMENT_TYPE> extends IInputComponentSetup<java.util.Collection<ELEMENT_TYPE>>
Modifier and Type | Method and Description |
---|---|
ICollectionInputDialogSetup<ELEMENT_TYPE> |
getCollectionInputDialogSetup() |
java.lang.Object |
getConverter() |
boolean |
getDublicatesAllowed() |
IImageConstant |
getEditButtonIcon() |
IValidator<ELEMENT_TYPE> |
getElementValidator() |
java.lang.Character |
getMaskingCharacter() |
java.lang.Character |
getSeparator() |
boolean |
isFilterEmptyValues() |
getValidator, getValue, isEditable
getBackgroundColor, getForegroundColor, isVisible
ICollectionInputDialogSetup<ELEMENT_TYPE> getCollectionInputDialogSetup()
IImageConstant getEditButtonIcon()
java.lang.Object getConverter()
IValidator<ELEMENT_TYPE> getElementValidator()
java.lang.Character getSeparator()
java.lang.Character getMaskingCharacter()
boolean isFilterEmptyValues()
boolean getDublicatesAllowed()
Siehe auch Jowidgets Nutzerhandbuch