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
    Type
    Property
    Description
    default javafx.beans.property.ReadOnlyBooleanProperty
     
  • 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
     

    Methods 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()