ComboboxHelper

public final class ComboboxHelper

Helper class for listing selection type changes.

Methods

comboboxesWithChangedSelectionType

public static Map<String, Boolean> comboboxesWithChangedSelectionType(List<Field> oldFields, List<Field> newFields)

Returns map of fields with changed selection type. Key is fields name and value defines whether field will be using multi-select or not.

Parameters:
  • oldFields – the definitions of the fields before change
  • newFields – the definitions of the fields after change
Returns:

the map of fields with changed selection type