Package | Description |
---|---|
de.xima.fc.interfaces.form | |
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
de.xima.fc.mdl.fdv.form |
Klassen für Formularfeld-Metainformationen
|
de.xima.fc.mdl.savedata |
Adapterklassen zur Formulardatenverarbeitung
|
Modifier and Type | Method and Description |
---|---|
EFormFieldTyp |
IFormDataAdapter.getFieldTyp(String identifier,
boolean asAlias) |
EFormFieldTyp |
IFormDataAdapter.resolveFieldType(String fieldName,
boolean asAlias) |
Modifier and Type | Method and Description |
---|---|
static EFormFieldTyp |
EFormFieldTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormFieldTyp[] |
EFormFieldTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EFormFieldTyp |
FormFieldMetaData.getType() |
Constructor and Description |
---|
FormFieldMetaData(String fieldName,
EFormFieldTyp type,
FormFieldDescription description) |
FormFieldMetaData(String fieldName,
EFormFieldTyp type,
FormFieldDescription description,
HashMap<String,HashMap<String,String>> options) |
Modifier and Type | Method and Description |
---|---|
EFormFieldTyp |
ASaveFormData.getFieldTyp(String identifier,
boolean asAlias) |
EFormFieldTyp |
ASaveFormData.resolveFieldType(String fieldName,
boolean asAlias) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.