Uses of Class
org.teamapps.ux.application.validation.RecordValueChange
| Package | Description |
|---|---|
| org.teamapps.ux.application.validation |
-
Uses of RecordValueChange in org.teamapps.ux.application.validation
Methods in org.teamapps.ux.application.validation that return RecordValueChange Modifier and Type Method Description RecordValueChangeRecordChangeSet. getValueChange(java.lang.String propertyName)Methods in org.teamapps.ux.application.validation that return types with arguments of type RecordValueChange Modifier and Type Method Description java.util.List<RecordValueChange>RecordChangeSet. getValueChanges()Methods in org.teamapps.ux.application.validation with parameters of type RecordValueChange Modifier and Type Method Description RecordChangeSetRecordChangeSet. addValueChange(RecordValueChange valueChange)Constructor parameters in org.teamapps.ux.application.validation with type arguments of type RecordValueChange Constructor Description RecordChangeSet(RECORD unmodifiedRecord, java.util.List<RecordValueChange> valueChanges)