| Package | Description |
|---|---|
| org.granite.client.javafx.persistence.collection | |
| org.granite.client.persistence.collection |
| Modifier and Type | Method and Description |
|---|---|
PersistentSet<E> |
ObservablePersistentSet.internalPersistentCollection() |
| Modifier and Type | Method and Description |
|---|---|
static <E> ObservablePersistentSet<E> |
FXPersistentCollections.observablePersistentSet(PersistentSet<E> persistentSet) |
static <E> javafx.beans.property.ReadOnlySetWrapper<E> |
FXPersistentCollections.readOnlyObservablePersistentSet(java.lang.Object bean,
java.lang.String name,
PersistentSet<E> persistentSet) |
| Constructor and Description |
|---|
ObservablePersistentSet(PersistentSet<E> persistentSet) |
| Modifier and Type | Method and Description |
|---|---|
PersistentSet<E> |
PersistentSet.clone(boolean uninitialize) |