Uses of Interface
de.xima.fc.interfaces.workflow.value.ILargeStringValueDescriptor
Packages that use ILargeStringValueDescriptor
Package
Description
-
Uses of ILargeStringValueDescriptor in de.xima.fc.gui.model.value_descriptor_form
Constructors in de.xima.fc.gui.model.value_descriptor_form with parameters of type ILargeStringValueDescriptorModifierConstructorDescriptionMultiLineLargeStringControl(IValueAccessor<?> params, String path, ILargeStringValueDescriptor descriptor) Creates a new large string control.SingleLineLargeStringControl(IValueAccessor<?> params, String path, ILargeStringValueDescriptor descriptor) Creates a new large string control. -
Uses of ILargeStringValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type ILargeStringValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a large string value descriptors.Methods in de.xima.fc.interfaces.workflow.value that return ILargeStringValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asLargeString()Casts this descriptor to a large string value descriptor type.default ILargeStringValueDescriptorIValueDescriptorFactory.largeString()default ILargeStringValueDescriptorIValueDescriptorFactory.largeString(LargeString defaultValue) default ILargeStringValueDescriptorIValueDescriptorFactory.largeString(LargeString defaultValue, String descriptionI18n) Deprecated.ILargeStringValueDescriptor.withAddedAttribute(String key, Object value) ILargeStringValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) ILargeStringValueDescriptor.withAttributes(Map<String, Object> attributes) ILargeStringValueDescriptor.withDefaultValue(Object defaultValue) ILargeStringValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type ILargeStringValueDescriptorModifier and TypeMethodDescriptionDefaultValueDescriptorTypeCoercer.coerceLargeString(Object value, ILargeStringValueDescriptor descriptor) default Optional<LargeString> IValueDescriptorTypeCoercer.coerceLargeString(Object value, ILargeStringValueDescriptor descriptor) Attempts to coerce the given value to a large string value.default RIValueDescriptorTypeMatcher.matchLargeString(ILargeStringValueDescriptor descriptor) -
Uses of ILargeStringValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return ILargeStringValueDescriptor
IValueDescriptorFactory.largeStringBuilder()withIValueDescriptorBuilder.addAttribute(String, Object).