Class StringLenghtIsLessThanRule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int size  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(javafx.beans.value.ObservableValue<java.lang.String> observable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • size

        private int size
    • Constructor Detail

      • StringLenghtIsLessThanRule

        public StringLenghtIsLessThanRule​(int size)
    • Method Detail

      • check

        public boolean check​(javafx.beans.value.ObservableValue<java.lang.String> observable)
        Specified by:
        check in class AbstractPropertyPresentRule<java.lang.String>