Uses of Class
de.xima.fc.mdl.form.FormPersist
Packages that use FormPersist
Package
Description
-
Uses of FormPersist in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return FormPersistConstructors in de.xima.fc.gui.bean.designer.event with parameters of type FormPersistModifierConstructorDescriptionFormPersistChangedEvent
(EContentView contentView, FormPersist formPersist) A new POJO with the given data.FormPersistChangedEvent
(String sourceTabId, FormPersist formPersist) A new POJO with the given data. -
Uses of FormPersist in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return FormPersistModifier and TypeMethodDescriptionstatic FormPersist
FormPersistHelper.createCopy
(FormPersist formPersist) static FormPersist
FormPersistHelper.createPersistFromJson
(com.alibaba.fastjson.JSONObject json) Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormPersistModifier and TypeMethodDescriptionstatic FormPersist
FormPersistHelper.createCopy
(FormPersist formPersist) FormLanguageHelper.createExtraFormLanguagesMap
(Locale locale, FormPersist persist) static FormPersistModifications
FormPersistHelper.patch
(FormPersist persist, Iterable<PersistDiff> diffs) Applies a JSON patch to the persist JSON, see https://tools.ietf.org/html/rfc6902static void
FormPersistHelper.replace
(FormPersist persist, com.alibaba.fastjson.JSONObject newPersistJson) Replaces the persist JSON with the new persist, updating all form items. -
Uses of FormPersist in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return FormPersistMethods in de.xima.fc.gui.model.designer with parameters of type FormPersistModifier and TypeMethodDescriptionvoid
DesignerConversationModel.setCurrentFormPersist
(FormPersist currentFormPersist) -
Uses of FormPersist in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FormPersist -
Uses of FormPersist in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with parameters of type FormPersistModifier and TypeMethodDescriptionWorkflowProviderHelper.computeAllFormElements
(IEntityContext ec, Mandant client, Projekt project, FormPersist persistOverride) static List<IWorkflowQualifiedSubmitButton>
WorkflowProviderHelper.computeAllQualifiedSubmitButtons
(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride) Finds all qualified form submit button from the form of the given project.static List<IWorkflowSubmitButton>
WorkflowProviderHelper.computeAllSubmitButtons
(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride) Finds all form submit button from the form of the given project.