public interface ImmutablePropertyField<T,M,R extends javafx.beans.property.Property<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
commit(M wrappedObject) |
M |
commitImmutable(M wrappedObject) |
R |
getProperty() |
boolean |
isDifferent(M wrappedObject)
Determines if the value in the model object and the property field are different or not.
|
void |
reload(M wrappedObject) |
void |
resetToDefault() |
void |
updateDefault(M wrappedObject) |
void commit(M wrappedObject)
void reload(M wrappedObject)
void resetToDefault()
void updateDefault(M wrappedObject)
R getProperty()
boolean isDifferent(M wrappedObject)
ModelWrapper.differentProperty() flag.wrappedObject - the wrapped model objectfalse if both the wrapped model object and the property field have the same value,
otherwise trueCopyright © 2019 Saxonia Systems AG. All rights reserved.