JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.strassburger.tui4j.input.validationrules
Interface ValidationRule<T>
public interface
ValidationRule<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
StyledText
getErrorMessage
()
boolean
validate
(
T
input)
Method Details
validate
boolean
validate
(
T
input)
getErrorMessage
StyledText
getErrorMessage
()