E - list elements typepublic class ObservableListBuffering<E> extends javafx.beans.property.SimpleListProperty<E> implements Buffering<javafx.collections.ObservableList<E>>, BeanPropertyValidation<javafx.collections.ObservableList<E>>
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
buffering
List is buffering.
|
javafx.beans.property.StringProperty |
infoValidity
List validity info.
|
javafx.beans.property.BooleanProperty |
validity
List validity.
|
DEFAULT_VALIDATOR| Constructor and Description |
|---|
ObservableListBuffering(Class<?> newBeanType,
String newPropertyName,
javafx.collections.ObservableList<E> newSubject) |
ObservableListBuffering(javafx.collections.ObservableList<E> newSubject) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
bufferingProperty()
List is buffering.
|
void |
commit()
Commits change.
|
Class<?> |
getBeanType() |
String |
getPropertyName() |
javafx.collections.ObservableList<E> |
getSubject() |
javafx.beans.property.StringProperty |
infoValidityProperty()
List validity info.
|
boolean |
isEqualsBuffering() |
void |
revert()
Reverts change.
|
void |
setEqualsBuffering(boolean newEqualsBuffering) |
javafx.beans.property.BooleanProperty |
validityProperty()
List validity.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbindbindBidirectional, setValue, unbindBidirectionalbindContent, bindContentBidirectional, equals, hashCode, unbindContent, unbindContentBidirectionaladd, add, addAll, addAll, addAll, asString, clear, contains, containsAll, get, getSize, getValue, indexOf, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, lastIndexOf, listExpression, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray, valueAt, valueAtclone, finalize, getClass, notify, notifyAll, wait, wait, waitisBufferingget, validatebindValidation, unbindValidationaddAll, filtered, remove, removeAll, retainAll, setAll, setAll, sorted, sortedadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic javafx.beans.property.BooleanProperty bufferingProperty
bufferingProperty in interface Buffering<javafx.collections.ObservableList<E>>Buffering.isBuffering()public javafx.beans.property.BooleanProperty validityProperty
validityProperty in interface PropertyValidationpublic javafx.beans.property.StringProperty infoValidityProperty
infoValidityProperty in interface PropertyValidationpublic ObservableListBuffering(javafx.collections.ObservableList<E> newSubject)
newSubject - subject list to bufferpublic javafx.collections.ObservableList<E> getSubject()
getSubject in interface Buffering<javafx.collections.ObservableList<E>>public Class<?> getBeanType()
getBeanType in interface BeanPropertyValidation<javafx.collections.ObservableList<E>>public String getPropertyName()
getPropertyName in interface BeanPropertyValidation<javafx.collections.ObservableList<E>>BeanPropertyValidation.getBeanType() to validatepublic boolean isEqualsBuffering()
isEqualsBuffering in interface Buffering<javafx.collections.ObservableList<E>>public void setEqualsBuffering(boolean newEqualsBuffering)
setEqualsBuffering in interface Buffering<javafx.collections.ObservableList<E>>newEqualsBuffering - true for use equals method for check buffering, use == otherwisepublic javafx.beans.property.BooleanProperty bufferingProperty()
bufferingProperty in interface Buffering<javafx.collections.ObservableList<E>>Buffering.isBuffering()public 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.