Package de.xima.fc.gui.utils
Class ProjectUtils
java.lang.Object
de.xima.fc.gui.utils.ProjectUtils
Utility class for checks and operations on the entity
Projekt
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Method Details
-
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
-