| Package | Description |
|---|---|
| org.granite.client.javafx.persistence.collection | |
| org.granite.client.persistence | |
| org.granite.client.persistence.collection |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservablePersistentBag.withInitialized(PersistentCollection.InitializationCallback<java.util.List<E>> callback) |
void |
ObservablePersistentList.withInitialized(PersistentCollection.InitializationCallback<java.util.List<E>> callback) |
void |
ObservablePersistentMap.withInitialized(PersistentCollection.InitializationCallback<java.util.Map<K,V>> callback) |
void |
ObservablePersistentSet.withInitialized(PersistentCollection.InitializationCallback<java.util.Set<E>> callback) |
void |
ObservablePersistentSortedMap.withInitialized(PersistentCollection.InitializationCallback<java.util.SortedMap<K,V>> callback) |
void |
ObservablePersistentSortedSet.withInitialized(PersistentCollection.InitializationCallback<java.util.SortedSet<E>> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Loader.load(PersistentCollection<C> object,
PersistentCollection.InitializationCallback<C> callback)
Called when a lazy collection should be loaded
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPersistentCollection.withInitialized(PersistentCollection.InitializationCallback<C> callback) |
void |
PersistentCollection.withInitialized(PersistentCollection.InitializationCallback<C> callback)
Execute the specified callback after ensuring the collection has been loaded
If it was not loaded, the callack is called asynchronously after loading is complete
|