Interface ValidModel

All Superinterfaces:
io.github.palexdev.materialfx.validation.Validated
All Known Subinterfaces:
DetailModel<T>
All Known Implementing Classes:
BaseDetailModel

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

    Properties
    Type
    Property
    Description
    default javafx.beans.property.ReadOnlyBooleanProperty
    Returns valid property of the object
  • Field Summary

    Fields inherited from interface io.github.palexdev.materialfx.validation.Validated

    INVALID_PSEUDO_CLASS
  • Method Summary

    Modifier and Type
    Method
    Description
    default javafx.beans.property.ReadOnlyBooleanProperty
    Returns valid property of the object

    Methods inherited from interface io.github.palexdev.materialfx.validation.Validated

    getValidator, isValid, updateInvalid, validate
  • Property Details

    • valid

      default javafx.beans.property.ReadOnlyBooleanProperty validProperty
      Returns valid property of the object
      See Also:
  • Method Details

    • validProperty

      default javafx.beans.property.ReadOnlyBooleanProperty validProperty()
      Returns valid property of the object
      Returns:
      the valid property