JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
jadex.common
Interface IValidator
public interface
IValidator
Interface that can be used for validation, e.g., of text in a textfield.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isValid
(
Object
object)
Return true when the given object is valid.
Method Details
isValid
boolean
isValid
(
Object
object)
Return true when the given object is valid.