Class AbstractPropertyFutureRule<U>

    • Field Detail

      • fails

        private java.util.List<RuleFail> fails
    • Constructor Detail

      • AbstractPropertyFutureRule

        public AbstractPropertyFutureRule()
    • Method Detail

      • changed

        public void changed​(javafx.beans.value.ObservableValue<? extends U> observable,
                            U oldValue,
                            U newValue)
        Specified by:
        changed in interface javafx.beans.value.ChangeListener<U>
      • check

        protected abstract void check​(U oldValue,
                                      U newValue)
      • fail

        protected void fail()
      • fail

        protected void fail​(java.lang.String message)
      • checkConfirmation

        protected RuleFail checkConfirmation()
      • check

        public final java.lang.Iterable<RuleFail> check()