Package utils
Class FormUtils
java.lang.Object
utils.FormUtils
- Author:
- a.petrov
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertNullColumns
(Collection<AbstractGraphPersistComponent> persistComponents) filterSavableComponents
(Behavior formRootScript, List<FieldData> fieldData) static Map<EntityColumn,
List<String>> getEntityColumnToFieldGuidsMap
(Behavior formRootScript) static <T> Collection<T>
getFormComponents
(Behavior formRootScript, Class<T> clazz) getLoadableComponentIds
(Behavior formRootScript) static Object
getValueByEntityColumn
(List<TableFieldData> dataList, EntityColumn entityColumn) static Object
getValueByObjectId
(List<FieldData> dataList, String objectId) static Map<EntityColumn,
Object> mapFormValuesToColumns
(Behavior formRootScript, List<FieldData> fieldData)
-
Method Details
-
getFormComponents
-
filterSavableComponents
-
getLoadableComponentIds
-
mapFormValuesToColumns
-
assertNullColumns
-
getEntityColumnToFieldGuidsMap
public static Map<EntityColumn,List<String>> getEntityColumnToFieldGuidsMap(Behavior formRootScript) -
getValueByEntityColumn
public static Object getValueByEntityColumn(List<TableFieldData> dataList, EntityColumn entityColumn) -
getValueByObjectId
-