K - map key typeE - map value typepublic class ObservableMapBuffering<K,E> extends javafx.beans.property.SimpleMapProperty<K,E> implements Buffering<javafx.collections.ObservableMap<K,E>>, BeanPropertyValidation<javafx.collections.ObservableMap<K,E>>
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
buffering
Map is buffering.
|
javafx.beans.property.StringProperty |
infoValidity
Map validity info.
|
javafx.beans.property.BooleanProperty |
validity
Map validity.
|
DEFAULT_VALIDATOR| Constructor and Description |
|---|
ObservableMapBuffering(Class<?> newBeanType,
String newPropertyName,
javafx.collections.ObservableMap<K,E> newSubject) |
ObservableMapBuffering(javafx.collections.ObservableMap<K,E> newSubject) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
bufferingProperty()
Map is buffering.
|
void |
commit()
Commits change.
|
Class<?> |
getBeanType() |
String |
getPropertyName() |
javafx.collections.ObservableMap<K,E> |
getSubject() |
javafx.beans.property.StringProperty |
infoValidityProperty()
Map validity info.
|
boolean |
isEqualsBuffering() |
void |
revert()
Reverts change.
|
void |
setEqualsBuffering(boolean newEqualsBuffering) |
javafx.beans.property.BooleanProperty |
validityProperty()
Map validity.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbindbindBidirectional, setValue, unbindBidirectionalbindContent, bindContentBidirectional, equals, hashCode, unbindContent, unbindContentBidirectionalasString, clear, containsKey, containsValue, entrySet, get, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keySet, mapExpression, put, putAll, remove, size, valueAt, valueAt, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitisBufferingget, validatebindValidation, unbindValidationclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic 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.ObservableMap<K,E>>Buffering.isBuffering()public ObservableMapBuffering(javafx.collections.ObservableMap<K,E> newSubject)
newSubject - subject map to bufferpublic Class<?> getBeanType()
getBeanType in interface BeanPropertyValidation<javafx.collections.ObservableMap<K,E>>public String getPropertyName()
getPropertyName in interface BeanPropertyValidation<javafx.collections.ObservableMap<K,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.ObservableMap<K,E> getSubject()
getSubject in interface Buffering<javafx.collections.ObservableMap<K,E>>public boolean isEqualsBuffering()
isEqualsBuffering in interface Buffering<javafx.collections.ObservableMap<K,E>>public void setEqualsBuffering(boolean newEqualsBuffering)
setEqualsBuffering in interface Buffering<javafx.collections.ObservableMap<K,E>>newEqualsBuffering - true for use equals method for check buffering, use == otherwisepublic javafx.beans.property.BooleanProperty bufferingProperty()
bufferingProperty in interface Buffering<javafx.collections.ObservableMap<K,E>>Buffering.isBuffering()public void commit()
BufferingCopyright © 2015. All rights reserved.