Uses of Class
de.xima.fc.gui.common.model.FormElementModel
- 
Packages that use FormElementModel Package Description de.xima.fc.gui.bean.project de.xima.fc.gui.common.converter de.xima.fc.gui.utils  - 
- 
Uses of FormElementModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return FormElementModel Modifier and Type Method Description FormElementModelBasicDataTableBean. getCurrentFormElementModel()Methods in de.xima.fc.gui.bean.project that return types with arguments of type FormElementModel Modifier and Type Method Description List<FormElementModel>ProjectInboxBean. generateSystemColumns()org.primefaces.model.DualListModel<FormElementModel>BasicDataTableBean. getCurrentFormElements()Methods in de.xima.fc.gui.bean.project with parameters of type FormElementModel Modifier and Type Method Description booleanBasicDataTableBean. isVisible(FormElementModel fem)voidBasicDataTableBean. setCurrentFormElementModel(FormElementModel currentFormElementModel)Method parameters in de.xima.fc.gui.bean.project with type arguments of type FormElementModel Modifier and Type Method Description voidBasicDataTableBean. 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 FormElementModel Modifier and Type Method Description FormElementModelFCFormElementModelPicklistConverter. 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 FormElementModel Modifier and Type Method Description StringFCFormElementModelPicklistConverter. 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 FormElementModel Modifier and Type Method Description static 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 
 -