|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is implemented by all HTML objects that require validation of their input.
| Method Summary | |
java.lang.String |
getClientValidation(Browser browser)
Returns the client validation rules applicable to this input element as a string. |
java.lang.String |
getDOMReference(Browser browser)
Returns the Document Object Model reference for the INPUT element. |
java.lang.String |
getName()
Returns the name attribute of this input element. |
boolean |
isRequiringValidation()
Determines if this element requires validation. |
Input |
setOnBlurValidation(boolean validateOnBlur)
Turns on or off validation on field blur. |
| Method Detail |
public java.lang.String getClientValidation(Browser browser)
browser - the browser to which the output is being sent.
public java.lang.String getDOMReference(Browser browser)
browser - the browser to which the reference refers.
public java.lang.String getName()
public Input setOnBlurValidation(boolean validateOnBlur)
validateOnBlur - true if validation of this field should occur on
loss of focus.
public boolean isRequiringValidation()
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||