Class StringIsEmptyRule

    • 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
    • Constructor Detail

      • StringIsEmptyRule

        public StringIsEmptyRule()
    • Method Detail

      • check

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