Are there any utility methods available on the SmartGWT client side to compare two Records to see if they are equivalent, meaning they have all of the same attributes with equal values for each. Same question for an entire RecordList.
I'm trying to mimic the behavior of ValuesManager.valuesHaveChanged() but with Records that are manipulated by the user's choice of different custom UI components. When they're done editing the Records we want to compare the original RecordList to the edited one and see if they actually made any changes.
I'm trying to mimic the behavior of ValuesManager.valuesHaveChanged() but with Records that are manipulated by the user's choice of different custom UI components. When they're done editing the Records we want to compare the original RecordList to the edited one and see if they actually made any changes.
Comment