Uses of Enum Class
net.pricefx.common.api.pa.FieldType
Packages that use FieldType
Package
Description
Defines set of domain object classes.
Provides
InputBuilderFactory
as a convenient way to create Inputs.-
Uses of FieldType in net.pricefx.common.api.pa
Methods in net.pricefx.common.api.pa that return FieldTypeModifier and TypeMethodDescriptionstatic FieldType
FieldType.toType
(FieldFormatType fieldFormatType) static FieldType
static FieldType
Returns the enum constant of this class with the specified name.static FieldType[]
FieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FieldType in net.pricefx.domain
Methods in net.pricefx.domain that return FieldTypeModifier and TypeMethodDescriptionDMField.getType()
static FieldType
DMField.getType
(AttributeMeta attrib) static FieldType
Methods in net.pricefx.domain with parameters of type FieldTypeConstructors in net.pricefx.domain with parameters of type FieldType -
Uses of FieldType in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type FieldTypeModifier and TypeMethodDescriptionDMFieldInputBuilder.addFieldType
(FieldType type) DMFieldInputBuilder.setFieldTypes
(FieldType... types) Method parameters in net.pricefx.formulaengine.scripting.inputbuilder with type arguments of type FieldTypeModifier and TypeMethodDescriptionDMFieldInputBuilder.setFieldTypes
(Collection<FieldType> types) Sets the types of fields to be displayed in the drop-down list.