Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueBuilder
Packages that use IListValueBuilder
-
Uses of IListValueBuilder in de.xima.fc.interfaces.workflow.value
Subclasses with type arguments of type IListValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeClassDescriptionstatic final classNode representing the list item value descriptor of a list value descriptor.Subinterfaces with type arguments of type IListValueBuilder in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a list value.interfaceAIValueDescriptorfor a list value.interfaceAIValueDescriptorBuilderfor creating a list value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IListValueBuilderModifier and TypeMethodDescriptiondefault <S> IListValueBuilder<S> IValueBuilder.asList()default <S> IListValueBuilder<S> IValueConfigurator.asList()Casts this builder to a list value builder.default IListValueBuilder<V> IListValueBuilder.asThis()IListValueBuilder.set(int index, IValueCreator creator) Sets the value at the given index to the given value.default IListValueBuilder<V> Sets the value at the given index to the given value.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IListValueBuilderModifier and TypeMethodDescriptiondefault BuilderISubTypeValueBuilder.whenList(Consumer<? super IListValueBuilder<?>> action) default IValueBuilder<T> IValueBuilder.whenList(Consumer<? super IListValueBuilder<?>> action) default IValueConfiguratorIValueConfigurator.whenList(Consumer<? super IListValueBuilder<?>> action) Execute the given action with this builder as a list value builder, if this builder is of that type.