Package de.xima.fc.gui.utils
Class ProjectUtils
- java.lang.Object
 - 
- de.xima.fc.gui.utils.ProjectUtils
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisInboxTableConfigChanged(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 
 - 
 
- 
- 
Method Detail
- 
isInboxTableConfigChanged
public static final boolean 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- Parameters:
 project-Projektwith the current inbox data table configurationformElementList-ListofFormElementModels- Returns:
 trueif the inbox data table configuration conforms to the given form element list. The order of the form elements needs to be the same
 
 - 
 
 -