A B C D E F G H I L M N O P R S T V W 

T

to() - Method in class org.netbeans.validation.api.conversion.Converter
 
toString() - Method in class org.netbeans.validation.api.Problem
 
toString() - Method in class org.netbeans.validation.api.Problems
 
toString() - Method in enum org.netbeans.validation.api.Severity
Returns a localized name for this enum constant
trim() - Method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
Returns a Validator that will first call trim() on the String to be validated, and then passes the resulting (trimmed) String to this instance of StringValidators.
trimString(Validator<String>...) - Static method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
Creates a Validator<String> that will first call trim() on the String to be validated, and then passes the resulting (trimmed) String to the passed Validator<String> (or chain thereof).
trimString(Validator<String>) - Static method in enum org.netbeans.validation.api.builtin.stringvalidation.StringValidators
Creates a Validator<String> that will first call trim() on the String to be validated, and then passes the resulting (trimmed) String to the passed Validator<String>.
A B C D E F G H I L M N O P R S T V W