Uses of Class
de.xima.fc.gui.model.designer.WebFormPersistFile
Packages that use WebFormPersistFile
Package
Description
-
Uses of WebFormPersistFile in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return WebFormPersistFileConstructors in de.xima.fc.gui.designer.form.model with parameters of type WebFormPersistFileModifierConstructorDescriptionFormDesignerModel
(BaseDesignerModel baseModel, FormModel formModel, FormBackupModel backupModel, FormDesignerLanguageModel languageModel, Set<IPluginFormElementCatalogue> catalogs, WebFormPersistFile initialPersist) Creates a new POJO model with the given data. -
Uses of WebFormPersistFile in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils with parameters of type WebFormPersistFileModifier and TypeMethodDescriptionstatic FormDesignerModel
FormDesignerModelFactory.createFormDesignerModel
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, IUser user, WebFormPersistFile initialPersist, String conversationId) Creates a new form designer model from the data of the given faces request. -
Uses of WebFormPersistFile in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return WebFormPersistFileModifier and TypeMethodDescriptionstatic WebFormPersistFile
WebFormPersistFile.empty()
static WebFormPersistFile
WebFormPersistFile.forAdobeLivecycle
(String fileName, String livecycleXml) static WebFormPersistFile
WebFormPersistFile.forPdfForm
(String fileName, String importId) static WebFormPersistFile
WebFormPersistFile.forPersistJson
(String fileName, String persistJson) DesignerConversationModel.getAndClearInitialWebFormPersist()