Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueDescriptorBuilder
-
Packages that use IListValueDescriptorBuilder Package Description de.xima.fc.interfaces.workflow.value de.xima.fc.workflow.processor.value -
-
Uses of IListValueDescriptorBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueDescriptorBuilder Modifier and Type Method Description IListValueDescriptorBuilder<V>IListValueDescriptor. configure()IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. defaultValue(int index, IValueCreator creator)Sets the default value for the element at the given index.default IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. defaultValue(int index, Object value)Sets the default value for the element at the given index.IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. description(String description)IListValueDescriptorBuilder<V>IListValueDescriptorBuilder. length(com.google.common.collect.Range<Integer> length)Restricts the length of the list value to a certain range.<V> IListValueDescriptorBuilder<V>IValueDescriptorFactory. listBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)IListValueDescriptorBuilder<?>IValueDescriptorFactory. listBuilder(IValueDescriptorCreator elementType) -
Uses of IListValueDescriptorBuilder in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IListValueDescriptorBuilder Modifier and Type Method Description <V> IListValueDescriptorBuilder<V>ValueDescriptorFactory. listBuilder(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor)IListValueDescriptorBuilder<?>ValueDescriptorFactory. listBuilder(IValueDescriptorCreator elementType)
-