Uses of Class
de.xima.fc.gui.common.model.FormElementModel
Packages that use FormElementModel
Package
Description
-
Uses of FormElementModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return FormElementModelMethods in de.xima.fc.gui.bean.project that return types with arguments of type FormElementModelModifier and TypeMethodDescriptionProjectInboxBean.generateSystemColumns()
org.primefaces.model.DualListModel<FormElementModel>
BasicDataTableBean.getCurrentFormElements()
Methods in de.xima.fc.gui.bean.project with parameters of type FormElementModelModifier and TypeMethodDescriptionboolean
BasicDataTableBean.isVisible
(FormElementModel fem) void
BasicDataTableBean.setCurrentFormElementModel
(FormElementModel currentFormElementModel) Method parameters in de.xima.fc.gui.bean.project with type arguments of type FormElementModelModifier and TypeMethodDescriptionvoid
BasicDataTableBean.setCurrentFormElements
(org.primefaces.model.DualListModel<FormElementModel> currentFormElements) -
Uses of FormElementModel in de.xima.fc.gui.common.converter
Methods in de.xima.fc.gui.common.converter that return FormElementModelModifier and TypeMethodDescriptionFCFormElementModelPicklistConverter.getAsObject
(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String submittedValue) Methods in de.xima.fc.gui.common.converter with parameters of type FormElementModelModifier and TypeMethodDescriptionFCFormElementModelPicklistConverter.getAsString
(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, FormElementModel value) -
Uses of FormElementModel in de.xima.fc.gui.utils
Method parameters in de.xima.fc.gui.utils with type arguments of type FormElementModelModifier and TypeMethodDescriptionstatic final boolean
ProjectUtils.isInboxTableConfigChanged
(Projekt project, List<FormElementModel> formElementList) Checks whether or not the given form elements are in the inbox data table configuration of the project and in the same order