Uses of Enum Class
io.vertigo.easyforms.runner.Resources
Packages that use Resources
Package
Description
-
Uses of Resources in io.vertigo.easyforms.runner
Methods in io.vertigo.easyforms.runner that return Resources -
Uses of Resources in io.vertigo.easyforms.runner.model.data
Methods in io.vertigo.easyforms.runner.model.data that return ResourcesModifier and TypeMethodDescriptionEasyFormsDataDescriptor.getMaxListSizeResource()EasyFormsDataDescriptor.getMinListSizeResource()Constructors in io.vertigo.easyforms.runner.model.data with parameters of type ResourcesModifierConstructorDescriptionEasyFormsDataDescriptor(String name, io.vertigo.datamodel.smarttype.definitions.SmartTypeDefinition smartTypeDefinition, io.vertigo.core.lang.Cardinality cardinality, List<io.vertigo.datamodel.smarttype.definitions.Constraint> fieldConstraints, List<io.vertigo.datamodel.smarttype.definitions.Constraint> businessConstraints, Integer minListSize, Integer maxListSize, Resources minListSizeResource, Resources maxListSizeResource, boolean isComputed) -
Uses of Resources in io.vertigo.easyforms.runner.model.definitions
Methods in io.vertigo.easyforms.runner.model.definitions that return ResourcesModifier and TypeMethodDescriptionEasyFormsFieldTypeDefinition.getMaxListSizeResource()EasyFormsFieldTypeDefinition.getMinListSizeResource()Methods in io.vertigo.easyforms.runner.model.definitions with parameters of type ResourcesModifier and TypeMethodDescriptionstatic EasyFormsFieldTypeDefinitionEasyFormsFieldTypeDefinition.of(String name, String category, String smartTypeName, String uiComponentName, Object defaultValue, Map<String, Object> uiParameters, EasyFormsTemplate paramTemplate, boolean isList, boolean isComputed, Resources minListSizeResource, Resources maxListSizeResource, Function<EasyFormsTemplateItemField, List<io.vertigo.datamodel.smarttype.definitions.Constraint>> constraintProviders) -
Uses of Resources in io.vertigo.easyforms.runner.pack.provider.fieldtype
Methods in io.vertigo.easyforms.runner.pack.provider.fieldtype that return ResourcesModifier and TypeMethodDescriptionFileFieldType.getMaxListSizeResource()FileFieldType.getMinListSizeResource() -
Uses of Resources in io.vertigo.easyforms.runner.suppliers
Methods in io.vertigo.easyforms.runner.suppliers that return ResourcesModifier and TypeMethodDescriptiondefault ResourcesIEasyFormsFieldTypeDefinitionSupplier.getMaxListSizeResource()default ResourcesIEasyFormsFieldTypeDefinitionSupplier.getMinListSizeResource()