Interface ValidModel
- All Superinterfaces:
io.github.palexdev.materialfx.validation.Validated
- All Known Subinterfaces:
DetailModel<E>
public interface ValidModel
extends io.github.palexdev.materialfx.validation.Validated
The ValidModel interface extends the
Validated interface and provides additional methods
related to the validation status of a model.
Simplify get valid property for Validated interface.-
Property Summary
PropertiesTypePropertyDescriptiondefault javafx.beans.property.ReadOnlyBooleanPropertyReturns valid property of the object -
Field Summary
Fields inherited from interface io.github.palexdev.materialfx.validation.Validated
INVALID_PSEUDO_CLASS -
Method Summary
Modifier and TypeMethodDescriptiondefault javafx.beans.property.ReadOnlyBooleanPropertyReturns valid property of the objectMethods inherited from interface io.github.palexdev.materialfx.validation.Validated
getValidator, isValid, updateInvalid, validate
-
Property Details
-
valid
default javafx.beans.property.ReadOnlyBooleanProperty validPropertyReturns valid property of the object
-
-
Method Details
-
validProperty
default javafx.beans.property.ReadOnlyBooleanProperty validProperty()Returns valid property of the object
-