Uses of Class
de.xima.fc.gui.model.designer.WebFormPersistFile
-
Packages that use WebFormPersistFile Package Description de.xima.fc.gui.designer.form.model de.xima.fc.gui.designer.form.utils de.xima.fc.gui.model.designer -
-
Uses of WebFormPersistFile in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return WebFormPersistFile Modifier and Type Method Description WebFormPersistFile
FormDesignerModel. getInitialPersist()
Constructors in de.xima.fc.gui.designer.form.model with parameters of type WebFormPersistFile Constructor Description FormDesignerModel(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 WebFormPersistFile Modifier and Type Method Description static FormDesignerModel
FormDesignerModelFactory. createFormDesignerModel(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, Benutzer 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 WebFormPersistFile Modifier and Type Method Description static 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)
WebFormPersistFile
DesignerConversationModel. getAndClearInitialWebFormPersist()
-