Package de.xima.fc.gui.utils
Class ProjectUtils
- java.lang.Object
- 
- de.xima.fc.gui.utils.ProjectUtils
 
- 
- 
Method SummaryAll 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- 
isInboxTableConfigChangedpublic 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 configuration
- formElementList-- Listof- FormElementModels
- 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
 
 
- 
 
-