| Package | Description |
|---|---|
| org.granite.client.javafx.persistence.collection | |
| org.granite.client.persistence.collection |
| Modifier and Type | Method and Description |
|---|---|
PersistentList<E> |
ObservablePersistentList.internalPersistentCollection() |
| Modifier and Type | Method and Description |
|---|---|
static <E> ObservablePersistentList<E> |
FXPersistentCollections.observablePersistentList(PersistentList<E> persistentList) |
static <E> javafx.beans.property.ReadOnlyListWrapper<E> |
FXPersistentCollections.readOnlyObservablePersistentList(java.lang.Object bean,
java.lang.String name,
PersistentList<E> persistentList) |
| Constructor and Description |
|---|
ObservablePersistentList(PersistentList<E> persistentList) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentBag<E> |
| Modifier and Type | Method and Description |
|---|---|
PersistentList<E> |
PersistentList.clone(boolean uninitialize) |