E - set elements typepublic class ObservableSetBuffering<E> extends javafx.beans.property.SimpleSetProperty<E> implements Buffering<javafx.collections.ObservableSet<E>>, BeanPropertyValidation<javafx.collections.ObservableSet<E>>
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
buffering
Set is buffering.
|
javafx.beans.property.StringProperty |
infoValidity
Set validity info.
|
javafx.beans.property.BooleanProperty |
validity
Set validity.
|
DEFAULT_VALIDATOR| Constructor and Description |
|---|
ObservableSetBuffering(Class<?> newBeanType,
String newPropertyName,
javafx.collections.ObservableSet<E> newSubject) |
ObservableSetBuffering(javafx.collections.ObservableSet<E> newSubject) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
bufferingProperty()
Set is buffering.
|
void |
commit()
Commits change.
|
Class<?> |
getBeanType() |
String |
getPropertyName() |
javafx.collections.ObservableSet<E> |
getSubject() |
javafx.beans.property.StringProperty |
infoValidityProperty()
Set validity info.
|
boolean |
isEqualsBuffering() |
void |
revert()
Reverts change.
|
void |
setEqualsBuffering(boolean newEqualsBuffering) |
javafx.beans.property.BooleanProperty |
validityProperty()
Set 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, addAll, asString, clear, contains, containsAll, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, remove, removeAll, retainAll, setExpression, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitisBufferingget, validatebindValidation, unbindValidationadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic javafx.beans.property.BooleanProperty validityProperty
validityProperty in interface PropertyValidationpublic javafx.beans.property.StringProperty infoValidityProperty
infoValidityProperty in interface PropertyValidationpublic javafx.beans.property.BooleanProperty bufferingProperty
bufferingProperty in interface Buffering<javafx.collections.ObservableSet<E>>Buffering.isBuffering()public ObservableSetBuffering(javafx.collections.ObservableSet<E> newSubject)
newSubject - subject set to bufferpublic Class<?> getBeanType()
getBeanType in interface BeanPropertyValidation<javafx.collections.ObservableSet<E>>public String getPropertyName()
getPropertyName in interface BeanPropertyValidation<javafx.collections.ObservableSet<E>>BeanPropertyValidation.getBeanType() to validatepublic javafx.beans.property.BooleanProperty validityProperty()
validityProperty in interface PropertyValidationpublic javafx.beans.property.StringProperty infoValidityProperty()
infoValidityProperty in interface PropertyValidationpublic javafx.collections.ObservableSet<E> getSubject()
getSubject in interface Buffering<javafx.collections.ObservableSet<E>>public boolean isEqualsBuffering()
isEqualsBuffering in interface Buffering<javafx.collections.ObservableSet<E>>public void setEqualsBuffering(boolean newEqualsBuffering)
setEqualsBuffering in interface Buffering<javafx.collections.ObservableSet<E>>newEqualsBuffering - true for use equals method for check buffering, use == otherwisepublic javafx.beans.property.BooleanProperty bufferingProperty()
bufferingProperty in interface Buffering<javafx.collections.ObservableSet<E>>Buffering.isBuffering()public void commit()
BufferingCopyright © 2015. All rights reserved.