Interface PropertyBufferingValidation<T>
- Type Parameters:
T
-PropertyBuffering
value type
- All Superinterfaces:
BeanPropertyValidation<T>
,Buffering<javafx.beans.property.Property<T>>
,javafx.beans.Observable
,javafx.beans.value.ObservableValue<T>
,javafx.beans.property.Property<T>
,PropertyBuffering<T>
,PropertyValidation
,javafx.beans.property.ReadOnlyProperty<T>
,javafx.beans.value.WritableValue<T>
- All Known Implementing Classes:
SimpleObjectPropertyBuffering
public interface PropertyBufferingValidation<T>
extends PropertyBuffering<T>, BeanPropertyValidation<T>
Adds validation interface to
PropertyBuffering
.- Author:
- BenoƮt Moreau (ben.12)
-
Property Summary
Properties inherited from interface com.ben12.reta.beans.property.validation.PropertyValidation
infoValidity, validity
-
Field Summary
Fields inherited from interface com.ben12.reta.beans.property.validation.BeanPropertyValidation
DEFAULT_VALIDATOR
-
Method Summary
Methods inherited from interface com.ben12.reta.beans.property.validation.BeanPropertyValidation
get, getBeanType, getPropertyName, validate
Methods inherited from interface com.ben12.reta.beans.property.buffering.Buffering
bufferingProperty, commit, getSubject, isBuffering, isEqualsBuffering, revert, setEqualsBuffering
Methods inherited from interface javafx.beans.Observable
addListener, removeListener, subscribe
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, when
Methods inherited from interface javafx.beans.property.Property
bind, bindBidirectional, isBound, unbind, unbindBidirectional
Methods inherited from interface com.ben12.reta.beans.property.validation.PropertyValidation
bindValidation, infoValidityProperty, unbindValidation, validityProperty
Methods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getName
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue