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
model
Interface FormValidationResult
All Known Implementing Classes:
SimpleFormValidationResult
public interface
FormValidationResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getCode
()
String
getMessage
()
boolean
isValid
()
Method Details
isValid
boolean
isValid
()
getCode
String
getCode
()
getMessage
String
getMessage
()