- Type Parameters:
V
- type of value object
T
- type of Item object
- All Superinterfaces:
- Input<V>, ItemInput<V,T>, ListInput<V,T>, SuggestedItemInput<V,T>
- All Known Implementing Classes:
- BasicTypeInput, DataObjectFactory.AbstractDataObjectInput, DataObjectFactory.DataObjectInput, DataObjectFactory.SortingDataObjectInput, EnumInput, TypeProducerInput
public interface PreSelectInput<V,T>
extends ListInput<V,T>
An optional ListInput where we can supress the pre-selection
of the first element when the input is non-optional.
-
-
