Uses of Class
de.xima.fc.entities.FormElement
-
Packages that use FormElement Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.data de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export de.xima.fc.form.publish de.xima.fc.gui.bean.project de.xima.fc.gui.common.model de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.form de.xima.fc.transform de.xima.fc.transform.excel -
-
Uses of FormElement in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormElement Modifier and Type Method Description FormElement
FormElementAPI. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
FormElementAPI. getByUUID(UserContext uc, FormVersion formVersion, UUID uuid)
Returns the form element with the given UUIDMethods in de.xima.fc.api.entity that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
FormElementAPI. getAllByFormVersion(UserContext uc, FormVersion fv)
Method for determining allFormElement
objects of aFormVersion
.List<FormElement>
FormVersionAPI. getFormElemente(UserContext uc, FormVersion formVersion)
Method to submit allFormElement
s of aFormVersion
. -
Uses of FormElement in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormElement Modifier and Type Method Description FormElement
FormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
FormElement
FormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
FormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
protected IFCDaoActionHook<FormElement>
FormElementDao. getPreActionHook()
-
Uses of FormElement in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormElement Modifier and Type Method Description FormElement
IFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
IFormElementDao. getByUUID(IEntityContext ec, FormVersion formVersion, UUID uuid)
Returns the form element with the given UUIDMethods in de.xima.fc.dao.interfaces that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
IFormElementDao. all(IEntityContext ec, de.xima.cmn.criteria.QueryCriteriaManager qcm, FormVersion fv)
-
Uses of FormElement in de.xima.fc.data
Method parameters in de.xima.fc.data with type arguments of type FormElement Modifier and Type Method Description static void
SaveFormDataHelper. initElementData(List<FormElement> formElemente, IFormDataAdapter saveData)
-
Uses of FormElement in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormElement Modifier and Type Method Description FormElement
FormElement. cloneBasics()
Methods in de.xima.fc.entities that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
FormVersion. getFormElemente()
Methods in de.xima.fc.entities with parameters of type FormElement Modifier and Type Method Description void
FormVersion. addFormElement(FormElement formElement)
void
FormVersion. removeFormElement(FormElement formElement)
Method parameters in de.xima.fc.entities with type arguments of type FormElement Modifier and Type Method Description void
FormVersion. setFormElemente(List<FormElement> formElemente)
-
Uses of FormElement in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type FormElement Modifier and Type Method Description protected List<FormElement>
AProjektUtil. getFormElements(FormVersion formVersion)
Methode zum Ermitteln der FormElementsMethod parameters in de.xima.fc.export with type arguments of type FormElement Modifier and Type Method Description protected void
AProjektUtil. createFormElements(List<FormElement> formElements, FormVersion formVersion)
Erzeugt ein FormElement -
Uses of FormElement in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish with type parameters of type FormElement Modifier and Type Field Description protected ArrayList<FormElement>
FormPublishContext. formElemList
Methods in de.xima.fc.form.publish that return types with arguments of type FormElement Modifier and Type Method Description ArrayList<FormElement>
FormPublishContext. getFormElemList()
-
Uses of FormElement in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
BasicDataTableBean. getFormElementsForProjectFormVersion()
Liefert Liste mit allen Formularelementen -
Uses of FormElement in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model that return FormElement Modifier and Type Method Description FormElement
FormElementModel. getFormElement()
Ist nur gesetzt wenn Model-Instanz ausFormElement
-Objekt erzeugt wurdeConstructors in de.xima.fc.gui.common.model with parameters of type FormElement Constructor Description FormElementModel(FormElement fe)
-
Uses of FormElement in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormElement Modifier and Type Method Description FormElement
FormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
FormElement
FormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, UUID uuid)
Methods in de.xima.fc.handler.entity that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
FormElementHandler. getAllBy(UserContext uc, FormVersion fv)
-
Uses of FormElement in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormElement Modifier and Type Method Description FormElement
IFormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, String uuid)
Returns the form element with the given UUID stringFormElement
IFormElementHandler. getByUUID(UserContext uc, FormVersion formVersion, UUID uuid)
Returns the form element with the given UUIDMethods in de.xima.fc.handler.interfaces.entity that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
IFormElementHandler. getAllBy(UserContext uc, FormVersion fv)
-
Uses of FormElement in de.xima.fc.helper
Methods in de.xima.fc.helper that return FormElement Modifier and Type Method Description FormElement
FormElementAdapter. read(com.google.gson.stream.JsonReader in)
Methods in de.xima.fc.helper with parameters of type FormElement Modifier and Type Method Description void
FormElementAdapter. write(com.google.gson.stream.JsonWriter out, FormElement formElement)
-
Uses of FormElement in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type FormElement Modifier and Type Method Description ArrayList<FormElement>
IFormPublishContext. getFormElemList()
-
Uses of FormElement in de.xima.fc.transform
Methods in de.xima.fc.transform that return types with arguments of type FormElement Modifier and Type Method Description List<FormElement>
AFdTransformBuilder. getElementsList(FormVersion formVersion, HashMap<Long,List<FormElement>> elementMap, HashMap<Long,Set<String>> variablesMap)
Method to get the list ofFormElement
s of anFormVersion
.Method parameters in de.xima.fc.transform with type arguments of type FormElement Modifier and Type Method Description List<FormElement>
AFdTransformBuilder. getElementsList(FormVersion formVersion, HashMap<Long,List<FormElement>> elementMap, HashMap<Long,Set<String>> variablesMap)
Method to get the list ofFormElement
s of anFormVersion
. -
Uses of FormElement in de.xima.fc.transform.excel
Method parameters in de.xima.fc.transform.excel with type arguments of type FormElement Modifier and Type Method Description void
FDToExcelTransformer. fillFieldsList(Map<String,List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, boolean withAlias, boolean multiline)
Deprecated.public access will be removed!void
FDToExcelTransformer. fillFieldsList(Map<String,List<String[]>> dataMap, List<FormElement> feList, org.apache.poi.ss.usermodel.Row firstRow, org.apache.poi.ss.usermodel.Row row, EColumnLabelType columnLabelType, Collection<PostfachColumn> inboxColumns, boolean multiline)
Deprecated.public access will be removed
-