|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validateable
A Validateable
is something that has a
ValidationRuleSet of ValidationRules associated with it
and one that can have returns its value as a String.
Method Summary | |
---|---|
java.lang.Object |
getIdentifier()
This returns the identifier used when evaluating this Validateable. |
java.util.Locale |
getLocale()
Returns the locale to use with this Validateable. |
ValidationRuleSet |
getRuleSet()
This returns the ValidationRuleSet that can be used to validate this Validateable. |
java.lang.String |
getText()
This returns the value of the Validateable as a String. |
Method Detail |
---|
java.util.Locale getLocale()
java.lang.Object getIdentifier()
java.lang.String getText()
ValidationRuleSet getRuleSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |