Interface PropertyBufferingValidation<T>
- Type Parameters:
T-PropertyBufferingvalue 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, validateMethods inherited from interface com.ben12.reta.beans.property.buffering.Buffering
bufferingProperty, commit, getSubject, isBuffering, isEqualsBuffering, revert, setEqualsBufferingMethods inherited from interface javafx.beans.Observable
addListener, removeListener, subscribeMethods inherited from interface javafx.beans.value.ObservableValue
addListener, flatMap, getValue, map, orElse, removeListener, subscribe, subscribe, whenMethods inherited from interface javafx.beans.property.Property
bind, bindBidirectional, isBound, unbind, unbindBidirectionalMethods inherited from interface com.ben12.reta.beans.property.validation.PropertyValidation
bindValidation, infoValidityProperty, unbindValidation, validityPropertyMethods inherited from interface javafx.beans.property.ReadOnlyProperty
getBean, getNameMethods inherited from interface javafx.beans.value.WritableValue
getValue, setValue