Package io.vertigo.easyforms.domain
Enum Class DtResources
- All Implemented Interfaces:
io.vertigo.core.locale.LocaleMessageKey,Serializable,Comparable<DtResources>,Constable
public enum DtResources
extends Enum<DtResources>
implements io.vertigo.core.locale.LocaleMessageKey
Attention cette classe est générée automatiquement !
Resources du module io.vertigo.easyforms.domain
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionId.Template.Field type category.Have configuration.Label.Field type.UI configuration template.UI component name.UI parameters.Description.Attached to fields.Label.Validator type name.UI configuration template.Display condition.Default value.Field code.Field type.Validators.Is list.Mandatory.System field.Maximum number of items.Parameters.Parameters.Item type.Label.Language.Label.Text.Tooltip.Section code.Display condition.Have system field. -
Method Summary
Modifier and TypeMethodDescriptionstatic DtResourcesReturns the enum constant of this class with the specified name.static DtResources[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface io.vertigo.core.locale.LocaleMessageKey
name
-
Enum Constant Details
-
fldEasyForm$efoId
Id. -
fldEasyForm$template
Template. -
fldEasyFormsFieldTypeUi$name
Field type. -
fldEasyFormsFieldTypeUi$category
Field type category. -
fldEasyFormsFieldTypeUi$label
Label. -
fldEasyFormsFieldTypeUi$uiComponentName
UI component name. -
fldEasyFormsFieldTypeUi$uiParameters
UI parameters. -
fldEasyFormsFieldTypeUi$paramTemplate
UI configuration template. -
fldEasyFormsFieldTypeUi$hasTemplate
Have configuration. -
fldEasyFormsFieldValidatorTypeUi$name
Validator type name. -
fldEasyFormsFieldValidatorTypeUi$label
Label. -
fldEasyFormsFieldValidatorTypeUi$description
Description. -
fldEasyFormsFieldValidatorTypeUi$paramTemplate
UI configuration template. -
fldEasyFormsFieldValidatorTypeUi$fieldTypes
Attached to fields. -
fldEasyFormsItemUi$type
Item type. -
fldEasyFormsItemUi$fieldCode
Field code. -
fldEasyFormsItemUi$fieldType
Field type. -
fldEasyFormsItemUi$isSystem
System field. -
fldEasyFormsItemUi$isMandatory
Mandatory. -
fldEasyFormsItemUi$defaultValue
Default value. -
fldEasyFormsItemUi$isList
Is list. -
fldEasyFormsItemUi$maxItems
Maximum number of items. -
fldEasyFormsItemUi$parameters
Parameters. -
fldEasyFormsItemUi$parametersRead
Parameters. -
fldEasyFormsItemUi$fieldValidatorSelection
Validators. -
fldEasyFormsItemUi$condition
Display condition. -
fldEasyFormsLabelUi$lang
Language. -
fldEasyFormsLabelUi$label
Label. -
fldEasyFormsLabelUi$longLabel
Label. -
fldEasyFormsLabelUi$tooltip
Tooltip. -
fldEasyFormsLabelUi$text
Text. -
fldEasyFormsSectionUi$code
Section code. -
fldEasyFormsSectionUi$condition
Display condition. -
fldEasyFormsSectionUi$haveSystemField
Have system field.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-