Uses of Class
de.xima.fc.entities.FormElement
Packages that use FormElement
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für konkrete Helperklassen
-
Uses of FormElement in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormElementModifier and TypeMethodDescriptionFormElementAPI.getByUUID
(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringFormElementAPI.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 FormElementModifier and TypeMethodDescriptionFormElementAPI.getAllByFormVersion
(UserContext uc, FormVersion fv) Method for determining allFormElement
objects of aFormVersion
.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 FormElementModifier and TypeMethodDescriptionFormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, String uuid) FormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type FormElementModifier and TypeMethodDescriptionFormElementDao.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 FormElementModifier and TypeMethodDescriptionIFormElementDao.getByUUID
(IEntityContext ec, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringIFormElementDao.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 FormElementModifier and TypeMethodDescriptionIFormElementDao.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 FormElementModifier and TypeMethodDescriptionstatic void
SaveFormDataHelper.initElementData
(List<FormElement> formElemente, IFormDataAdapter saveData) -
Uses of FormElement in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormElementMethods in de.xima.fc.entities that return types with arguments of type FormElementMethods in de.xima.fc.entities with parameters of type FormElementModifier and TypeMethodDescriptionvoid
FormVersion.addFormElement
(FormElement formElement) void
FormVersion.removeFormElement
(FormElement formElement) Method parameters in de.xima.fc.entities with type arguments of type FormElementModifier and TypeMethodDescriptionvoid
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 FormElementModifier and TypeMethodDescriptionprotected List<FormElement>
AProjektUtil.getFormElements
(FormVersion formVersion) Methode zum Ermitteln der FormElementsMethod parameters in de.xima.fc.export with type arguments of type FormElementModifier and TypeMethodDescriptionprotected void
AProjektUtil.createFormElements
(List<FormElement> formElements, FormVersion formVersion) Erzeugt ein FormElement -
Uses of FormElement in de.xima.fc.form
Methods in de.xima.fc.form that return FormElementModifier and TypeMethodDescriptionstatic FormElement
FormPublishUtil.createActionElement
(FormVersion formVersion) static FormElement
FormPublishUtil.createQualifierElement
(FormVersion formVersion) -
Uses of FormElement in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish with type parameters of type FormElementModifier and TypeFieldDescriptionprotected ArrayList<FormElement>
FormPublishContext.formElemList
Methods in de.xima.fc.form.publish that return types with arguments of type FormElement -
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 FormElementModifier and TypeMethodDescriptionBasicDataTableBean.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 FormElementModifier and TypeMethodDescriptionFormElementModel.getFormElement()
Ist nur gesetzt wenn Model-Instanz ausFormElement
-Objekt erzeugt wurdeConstructors in de.xima.fc.gui.common.model with parameters of type FormElement -
Uses of FormElement in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FormElementModifier and TypeMethodDescriptionFormElementHandler.getByUUID
(UserContext uc, FormVersion formVersion, String uuid) FormElementHandler.getByUUID
(UserContext uc, FormVersion formVersion, UUID uuid) Methods in de.xima.fc.handler.entity that return types with arguments of type FormElement -
Uses of FormElement in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FormElementModifier and TypeMethodDescriptionIFormElementHandler.getByUUID
(UserContext uc, FormVersion formVersion, String uuid) Returns the form element with the given UUID stringIFormElementHandler.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 -
Uses of FormElement in de.xima.fc.helper
Methods in de.xima.fc.helper that return FormElementMethods in de.xima.fc.helper with parameters of type FormElementModifier and TypeMethodDescriptionvoid
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 -
Uses of FormElement in de.xima.fc.ms.test.workflow
Methods in de.xima.fc.ms.test.workflow that return FormElementModifier and TypeMethodDescriptionprotected FormElement
AWorkflowEngineTest.formElement
(String name) protected FormElement
AWorkflowEngineTest.uploadElement
(String name) -
Uses of FormElement in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return FormElementModifier and TypeMethodDescriptionstatic FormElement
EntityDummyFactory.dummyFormElement
(FormVersion formVersion, String elementName) -
Uses of FormElement in de.xima.fc.transform
Methods in de.xima.fc.transform that return types with arguments of type FormElementModifier and TypeMethodDescriptionAFdTransformBuilder.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 FormElementModifier and TypeMethodDescriptionAFdTransformBuilder.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 FormElementModifier and TypeMethodDescriptionvoid
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