Uses of Interface
de.xima.fc.interfaces.workflow.value.IIntegerValueDescriptor
Packages that use IIntegerValueDescriptor
Package
Description
-
Uses of IIntegerValueDescriptor in de.xima.fc.gui.model.value_descriptor_form
Constructors in de.xima.fc.gui.model.value_descriptor_form with parameters of type IIntegerValueDescriptorModifierConstructorDescriptionIntegerControl(IValueAccessor<?> root, String path, IIntegerValueDescriptor descriptor) Creates a new integer control. -
Uses of IIntegerValueDescriptor in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type IIntegerValueDescriptor in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueDescriptorBuilderfor creating a 64-bit integer value descriptor.Methods in de.xima.fc.interfaces.workflow.value that return IIntegerValueDescriptorModifier and TypeMethodDescriptionIValueDescriptor.asInteger()Casts this descriptor to an integer value descriptor type.default IIntegerValueDescriptorIValueDescriptorFactory.integer()default IIntegerValueDescriptorIValueDescriptorFactory.integer(long defaultValue) default IIntegerValueDescriptorDeprecated.IIntegerValueDescriptor.withAddedAttribute(String key, Object value) IIntegerValueDescriptor.withAddedAttributes(Map<String, Object> newAttributes) IIntegerValueDescriptor.withAttributes(Map<String, Object> attributes) IIntegerValueDescriptor.withDefaultValue(Object defaultValue) IIntegerValueDescriptor.withDescription(String description) Deprecated.Methods in de.xima.fc.interfaces.workflow.value with parameters of type IIntegerValueDescriptorModifier and TypeMethodDescriptionDefaultValueDescriptorTypeCoercer.coerceInteger(Object value, IIntegerValueDescriptor descriptor) IValueDescriptorTypeCoercer.coerceInteger(Object value, IIntegerValueDescriptor descriptor) Attempts to coerce the given value to an integer value.default RIValueDescriptorTypeMatcher.matchInteger(IIntegerValueDescriptor descriptor) -
Uses of IIntegerValueDescriptor in de.xima.fc.workflow.processor.value.wrapper
Methods in de.xima.fc.workflow.processor.value.wrapper that return IIntegerValueDescriptor
IValueDescriptorFactory.integerBuilder()withIValueDescriptorBuilder.addAttribute(String, Object).