public class CrudObjectProperty<S extends EntityWithId<T>,T>
extends javafx.beans.property.SimpleObjectProperty<S>
| Constructor and Description |
|---|
CrudObjectProperty(CrudService<S,T> crudService) |
CrudObjectProperty(S entity,
CrudListProperty<S,T> listProperty,
CrudService<S,T> crudService) |
CrudObjectProperty(S entity,
CrudListProperty<S,T> listProperty,
CrudService<S,T> crudService,
java.util.concurrent.Executor executor) |
CrudObjectProperty(S entity,
CrudService<S,T> crudService) |
CrudObjectProperty(S entity,
CrudService<S,T> crudService,
java.util.concurrent.Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
javafx.concurrent.Worker<java.lang.Void> |
delete() |
javafx.concurrent.Worker<S> |
save() |
javafx.concurrent.Worker<S> |
update() |
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionpublic CrudObjectProperty(S entity, CrudListProperty<S,T> listProperty, CrudService<S,T> crudService)
public CrudObjectProperty(S entity, CrudService<S,T> crudService)
public CrudObjectProperty(CrudService<S,T> crudService)
public CrudObjectProperty(S entity, CrudListProperty<S,T> listProperty, CrudService<S,T> crudService, java.util.concurrent.Executor executor)
public CrudObjectProperty(S entity, CrudService<S,T> crudService, java.util.concurrent.Executor executor)