Uses of Class
org.granite.tide.data.CollectionChange

Packages that use CollectionChange
org.granite.tide.data   
 

Uses of CollectionChange in org.granite.tide.data
 

Methods in org.granite.tide.data that return CollectionChange
 CollectionChange[] CollectionChanges.getChanges()
           
 

Methods in org.granite.tide.data with parameters of type CollectionChange
 void Change.addCollectionChanges(String propertyName, CollectionChange[] collChanges)
           
 void CollectionChanges.setChanges(CollectionChange[] changes)
           
 

Constructors in org.granite.tide.data with parameters of type CollectionChange
CollectionChanges(CollectionChange[] changes)