Uses of Interface
de.xima.fc.interfaces.workflow.value.IStringValueDescriptor
Packages that use IStringValueDescriptor
Package
Description
-
Uses of IStringValueDescriptor in de.xima.fc.gui.model.value_descriptor_form
Constructors in de.xima.fc.gui.model.value_descriptor_form with parameters of type IStringValueDescriptorModifierConstructorDescriptionMultiLineStringControl(IValueAccessor<?> params, String path, IStringValueDescriptor descriptor, boolean allowNull) Creates a new string control.SingleLineStringControl(IValueAccessor<?> params, String path, IStringValueDescriptor descriptor, boolean allowNull) Creates a new string control.protectedStringControl(String type, IValueAccessor<?> root, String path, IStringValueDescriptor descriptor, boolean allowNull) Creates a new string control. -
Uses of IStringValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IStringValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a string value descriptors.Methods in de.xima.fc.interfaces.workflow.value that return IStringValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asString()Casts this descriptor to a string value descriptor type.default IStringValueDescriptorIValueDescriptorFactory.requiredString()Gets a string descriptor for a string value that must have a length of at least one and defaults to " ".default IStringValueDescriptorIValueDescriptorFactory.requiredString(String defaultValue) default IStringValueDescriptorIValueDescriptorFactory.string()Gets a string descriptor that defaults to the empty string.default IStringValueDescriptordefault IStringValueDescriptorDeprecated.IStringValueDescriptor.withAddedAttribute(String key, Object value) IStringValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IStringValueDescriptor.withAttributes(Map<String, Object> attributes) IStringValueDescriptor.withDefaultValue(Object defaultValue) IStringValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IStringValueDescriptorModifier and TypeMethodDescriptionDefaultValueDescriptorTypeCoercer.coerceString(Object value, IStringValueDescriptor descriptor) IValueDescriptorTypeCoercer.coerceString(Object value, IStringValueDescriptor descriptor) Attempts to coerce the given value to a string value.default RIValueDescriptorTypeMatcher.matchString(IStringValueDescriptor descriptor) -
Uses of IStringValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IStringValueDescriptor
IValueDescriptorFactory.stringBuilder()withIValueDescriptorBuilder.addAttribute(String, Object).