Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueDescriptor
Packages that use IListValueDescriptor
Package
Description
-
Uses of IListValueDescriptor in de.xima.fc.gui.model.value_descriptor_form
Constructors in de.xima.fc.gui.model.value_descriptor_form with parameters of type IListValueDescriptorModifierConstructorDescriptionAddListItemControl(IValueAccessor<?> root, String path, int index, IListValueDescriptor<?> itemDescriptor) Creates a new add list item control.protectedListItemControl(String type, IValueAccessor<?> root, String path, int index, IListValueDescriptor<?> itemDescriptor) Creates a new list item control.ListItemEndControl(IValueAccessor<?> root, String path, int index, IListValueDescriptor<?> itemDescriptor) Creates a new list item end control.ListItemStartControl(IValueAccessor<?> root, String path, int index, IListValueDescriptor<?> itemDescriptor) Creates a new list item start control. -
Uses of IListValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IListValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a list value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IListValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asList()Casts this descriptor to a list value descriptor type.<S> IListValueDescriptor<S> Casts this descriptor to a list value descriptor type.ValueDescriptorNode.ListItem.container()default <V> IListValueDescriptor<V> IValueDescriptorFactory.list(IValueDescriptor<V, ? extends IValueBuilder<V>> descriptor) default IListValueDescriptor<?> IValueDescriptorFactory.list(IValueDescriptorCreator elementType) default IListValueDescriptor<LargeString> IValueDescriptorFactory.listOfLargeStrings()default IListValueDescriptor<LargeString> IValueDescriptorFactory.listOfLargeStrings(String descriptionI18n) Deprecated.default IListValueDescriptor<String> IValueDescriptorFactory.listOfStrings()default IListValueDescriptor<String> IValueDescriptorFactory.listOfStrings(String descriptionI18n) IListValueDescriptor.withAddedAttribute(String key, Object value) IListValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IListValueDescriptor.withAttributes(Map<String, Object> attributes) IListValueDescriptor.withDefaultValue(Object defaultValue) IListValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IListValueDescriptorModifier and TypeMethodDescriptionIValueDescriptorTypeCoercer.coerceList(Object value, IListValueDescriptor<?> descriptor) Attempts to coerce the given value to a list value.static <V> ValueDescriptorNode.ListItem<V> ValueDescriptorNode.list(IListValueDescriptor<V> list) Wraps a list value descriptor into aValueDescriptorNode.ListItemnode.default RIValueDescriptorTypeMatcher.matchList(IListValueDescriptor<?> descriptor) -
Uses of IListValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IListValueDescriptorModifier and TypeMethodDescriptionRecordValueDescriptorWrapper.asList()<S> IListValueDescriptor<S>
IValueDescriptorFactory.listBuilder(IValueDescriptorCreator)withIValueDescriptorBuilder.addAttribute(String, Object).