Package 

Interface NativeGenericTextValidationCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean validate(String string) Validates text and returns if it matches the need of the user
      • Methods inherited from class java.lang.Object

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

      • validate

         abstract Boolean validate(String string)

        Validates text and returns if it matches the need of the user

        Parameters:
        string - text to check