Uses of Class
de.xima.fc.gui.model.designer.FormPersistModifications
- 
Packages that use FormPersistModifications Package Description de.xima.fc.gui.bean.designer.event de.xima.fc.gui.designer.form.utils  - 
- 
Uses of FormPersistModifications in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return FormPersistModifications Modifier and Type Method Description FormPersistModificationsFormItemsPersistUpdatedEvent. getDiff()Constructors in de.xima.fc.gui.bean.designer.event with parameters of type FormPersistModifications Constructor Description FormItemsPersistUpdatedEvent(EContentView contentView, FormPersistModifications diff, Map<String,XItem> xItems)A new POJO with the given data.FormItemsPersistUpdatedEvent(String sourceTabId, FormPersistModifications diff, Map<String,XItem> xItems)A new POJO with the given data. - 
Uses of FormPersistModifications in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return FormPersistModifications Modifier and Type Method Description static FormPersistModificationsFormPersistHelper. patch(FormPersist persist, Iterable<PersistDiff> diffs)Applies a JSON patch to the persist JSON, see https://tools.ietf.org/html/rfc6902 
 -