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 FormElementModel
BasicDataTableBean. 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 boolean
BasicDataTableBean. isVisible(FormElementModel fem)
void
BasicDataTableBean. setCurrentFormElementModel(FormElementModel currentFormElementModel)
Method parameters in de.xima.fc.gui.bean.project with type arguments of type FormElementModel Modifier and Type Method Description void
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 FormElementModel Modifier and Type Method Description FormElementModel
FCFormElementModelPicklistConverter. 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 String
FCFormElementModelPicklistConverter. 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 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
-