Uses of Class
de.xima.fc.gui.model.designer.BaseDesignerModel
Packages that use BaseDesignerModel
Package
Description
-
Uses of BaseDesignerModel in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return BaseDesignerModelConstructors in de.xima.fc.gui.designer.form.model with parameters of type BaseDesignerModelModifierConstructorDescriptionFormDesignerModel
(BaseDesignerModel baseModel, FormModel formModel, FormBackupModel backupModel, FormDesignerLanguageModel languageModel, Set<IPluginFormElementCatalogue> catalogs, WebFormPersistFile initialPersist) Creates a new POJO model with the given data. -
Uses of BaseDesignerModel in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils with parameters of type BaseDesignerModelModifier and TypeMethodDescriptionstatic String
DesignerConfigFactory.createDesignerConfig
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId) Creates the designer config for the current faces request and the given model.static com.alibaba.fastjson.JSONObject
DesignerConfigFactory.createDesignerConfigJson
(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, IUser user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig, String conversationId) Creates the designer config for the current faces request and the given model. -
Uses of BaseDesignerModel in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return BaseDesignerModelModifier and TypeMethodDescriptionstatic BaseDesignerModel
BaseDesignerModel.empty()
FrameDesignerModel.getBaseModel()
Constructors in de.xima.fc.gui.model.designer with parameters of type BaseDesignerModelModifierConstructorDescriptionFrameDesignerModel
(BaseDesignerModel baseModel, TabViewModel tabViewModel, PreviewModel previewModel) Creates a new POJO model with the given data. -
Uses of BaseDesignerModel in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer that return BaseDesignerModelModifier and TypeMethodDescriptionstatic BaseDesignerModel
DesignerModelFactory.createBaseDesignerModel
(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, IUser user) The base designer model with basic data about the client, project etc.