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
-
Property Summary
Properties -
Field Summary
Fields inherited from interface io.github.palexdev.materialfx.validation.Validated
INVALID_PSEUDO_CLASS -
Method Summary
Modifier and TypeMethodDescriptiondefault javafx.beans.property.ReadOnlyBooleanPropertyMethods inherited from interface io.github.palexdev.materialfx.validation.Validated
getValidator, isValid, updateInvalid, validate
-
Property Details
-
valid
default javafx.beans.property.ReadOnlyBooleanProperty validProperty
-
-
Method Details
-
validProperty
default javafx.beans.property.ReadOnlyBooleanProperty validProperty()
-