Uses of Interface
org.granite.client.tide.collections.ManagedPersistentCollection

Packages that use ManagedPersistentCollection
org.granite.client.tide.collections.javafx   
org.granite.client.tide.data.impl   
org.granite.client.tide.data.spi   
org.granite.client.tide.javafx   
 

Uses of ManagedPersistentCollection in org.granite.client.tide.collections.javafx
 

Classes in org.granite.client.tide.collections.javafx that implement ManagedPersistentCollection
 class JavaFXManagedPersistentCollection<T>
          Internal implementation of persistent collection handling automatic lazy loading.
 

Uses of ManagedPersistentCollection in org.granite.client.tide.data.impl
 

Methods in org.granite.client.tide.data.impl that return ManagedPersistentCollection
 ManagedPersistentCollection<Object> JavaBeanDataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)
           
 

Uses of ManagedPersistentCollection in org.granite.client.tide.data.spi
 

Methods in org.granite.client.tide.data.spi that return ManagedPersistentCollection
 ManagedPersistentCollection<Object> DataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)
           
 

Uses of ManagedPersistentCollection in org.granite.client.tide.javafx
 

Methods in org.granite.client.tide.javafx that return ManagedPersistentCollection
 ManagedPersistentCollection<Object> JavaFXDataManager.newPersistentCollection(Identifiable parent, String propertyName, LazyableCollection nextList)