Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueDescriptorBuilder
Packages that use IListValueDescriptorBuilder
- 
Uses of IListValueDescriptorBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueDescriptorBuilderModifier and TypeMethodDescriptionIListValueDescriptorBuilder.defaultValue(int index, IValueCreator<V> creator) Sets the default value for the element at the given index.default IListValueDescriptorBuilder<V>IListValueDescriptorBuilder.defaultValue(int index, V value) Sets the default value for the element at the given index.IListValueDescriptorBuilder.description(String description) Restricts the length of the list value to a certain range.<V> IListValueDescriptorBuilder<V>IValueDescriptorFactory.listBuilder(IValueDescriptor<V, ? extends IValueBuilder<V>> descriptor) <V> IListValueDescriptorBuilder<V>IValueDescriptorFactory.listBuilder(IValueDescriptorCreator<V> elementType)  - 
Uses of IListValueDescriptorBuilder in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return IListValueDescriptorBuilderModifier and TypeMethodDescription<V> IListValueDescriptorBuilder<V>ValueDescriptorFactory.listBuilder(IValueDescriptor<V, ? extends IValueBuilder<V>> descriptor) <V> IListValueDescriptorBuilder<V>ValueDescriptorFactory.listBuilder(IValueDescriptorCreator<V> elementType)