Interface DetailModel<E>

All Superinterfaces:
DirtyModel, org.nield.dirtyfx.tracking.DirtyProperty, Identifiable<E>, io.github.palexdev.materialfx.validation.Validated, ValidModel

public interface DetailModel<E> extends DirtyModel, ValidModel, Identifiable<E>
  • Property Summary

    Properties inherited from interface cz.masci.springfx.mvci.model.detail.ValidModel

    valid
  • Field Summary

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

    INVALID_PSEUDO_CLASS
  • Method Summary

    Methods inherited from interface cz.masci.springfx.mvci.model.detail.DirtyModel

    getComposite, isDirty, isDirtyProperty, rebaseline, reset

    Methods inherited from interface cz.masci.springfx.mvci.model.detail.Identifiable

    getId, isTransient, setId

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

    getValidator, isValid, updateInvalid, validate

    Methods inherited from interface cz.masci.springfx.mvci.model.detail.ValidModel

    validProperty