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.addAttribute(String key, Object value) IListValueDescriptorBuilder.addAttributes(Map<String, Object> attributes) IListValueDescriptorBuilder.attributes(Map<String, Object> attributes) IListValueDescriptor.configure()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.description(String description) Deprecated.Restricts the length of the list value to a certain range.<V> IListValueDescriptorBuilder<V> IValueDescriptorFactory.listBuilder(IValueDescriptor<V, ? extends IValueBuilder<V>> descriptor) IValueDescriptorFactory.listBuilder(IValueDescriptorCreator 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) ValueDescriptorFactory.listBuilder(IValueDescriptorCreator elementType)