T - property value typepublic class SimpleObjectPropertyBuffering<T> extends javafx.beans.property.SimpleObjectProperty<T> implements PropertyBufferingValidation<T>
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
buffering
Property is buffering.
|
javafx.beans.property.StringProperty |
infoValidity
Property validity info.
|
javafx.beans.property.BooleanProperty |
validity
Property validity.
|
DEFAULT_VALIDATOR| Constructor and Description |
|---|
SimpleObjectPropertyBuffering(Class<?> newBeanType,
String newPropertyName,
javafx.beans.property.Property<T> newSubject) |
SimpleObjectPropertyBuffering(javafx.beans.property.Property<T> newSubject) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
bufferingProperty()
Property is buffering.
|
void |
commit()
Commits change.
|
Class<?> |
getBeanType() |
String |
getPropertyName() |
javafx.beans.property.Property<T> |
getSubject() |
javafx.beans.property.StringProperty |
infoValidityProperty()
Property validity info.
|
boolean |
isEqualsBuffering() |
void |
revert()
Reverts change.
|
void |
setEqualsBuffering(boolean newEqualsBuffering) |
javafx.beans.property.BooleanProperty |
validityProperty()
Property validity.
|
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, bindBidirectional, isBound, unbind, unbindBidirectionaladdListener, getValue, removeListenerisBufferingget, validatebindValidation, unbindValidationpublic javafx.beans.property.BooleanProperty bufferingProperty
bufferingProperty in interface Buffering<javafx.beans.property.Property<T>>Buffering.isBuffering()public javafx.beans.property.BooleanProperty validityProperty
validityProperty in interface PropertyValidationpublic javafx.beans.property.StringProperty infoValidityProperty
infoValidityProperty in interface PropertyValidationpublic SimpleObjectPropertyBuffering(javafx.beans.property.Property<T> newSubject)
newSubject - subject property to bufferpublic javafx.beans.property.Property<T> getSubject()
getSubject in interface Buffering<javafx.beans.property.Property<T>>public Class<?> getBeanType()
getBeanType in interface BeanPropertyValidation<T>public String getPropertyName()
getPropertyName in interface BeanPropertyValidation<T>BeanPropertyValidation.getBeanType() to validatepublic javafx.beans.property.BooleanProperty bufferingProperty()
bufferingProperty in interface Buffering<javafx.beans.property.Property<T>>Buffering.isBuffering()public boolean isEqualsBuffering()
isEqualsBuffering in interface Buffering<javafx.beans.property.Property<T>>public void setEqualsBuffering(boolean newEqualsBuffering)
setEqualsBuffering in interface Buffering<javafx.beans.property.Property<T>>newEqualsBuffering - the equalsBuffering to setpublic void commit()
Bufferingpublic void revert()
Bufferingpublic javafx.beans.property.BooleanProperty validityProperty()
validityProperty in interface PropertyValidationpublic javafx.beans.property.StringProperty infoValidityProperty()
infoValidityProperty in interface PropertyValidationCopyright © 2015. All rights reserved.