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 TypeMethodDescriptionbooleanBasicDataTableBean.isVisible(FormElementModel fem) voidBasicDataTableBean.setCurrentFormElementModel(FormElementModel currentFormElementModel) Method parameters in de.xima.fc.gui.bean.project with type arguments of type FormElementModelModifier and TypeMethodDescriptionvoidBasicDataTableBean.setCurrentFormElements(org.primefaces.model.DualListModel<FormElementModel> currentFormElements) -
Uses of FormElementModel in de.xima.fc.gui.common.converter
Classes in de.xima.fc.gui.common.converter that implement interfaces with type arguments of type FormElementModelModifier and TypeClassDescriptionclassAConverterfor aFormElementModelthat is used on the inbox and data table configuration page.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 booleanProjectUtils.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