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 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
-
-
-
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
-Projekt
with the current inbox data table configurationformElementList
-List
ofFormElementModel
s- Returns:
true
if the inbox data table configuration conforms to the given form element list. The order of the form elements needs to be the same
-
-