|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.validation.ValidationFunction
org.pajes.html.validation.IsLength
public class IsLength
Creates a JavaScript validation function to validate that the value entered by the user has the number of characters within the specifed range.
| Constructor Summary | |
|---|---|
IsLength()
Creates a JavaScript validation function. |
|
IsLength(InputField element,
java.lang.String displayName,
int minLength,
int maxLength,
boolean mandatory)
Creates a JavaScript validation function. |
|
| Method Summary | |
|---|---|
void |
setMaxLength(int maxLength)
Sets the maxLength. |
void |
setMaxLength(java.lang.String maxLength)
Sets the maxLength. |
void |
setMinLength(int minLength)
Sets the minLength. |
void |
setMinLength(java.lang.String minLength)
Sets the minLength. |
java.lang.String |
toJavaScript(Browser browser)
Converts the validation function into a string to be returned to the browser. |
| Methods inherited from class org.pajes.html.validation.ValidationFunction |
|---|
clone, getDisplayName, getInputField, isMandatory, setDisplayName, setInputField, setMandatory, setMandatory, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsLength()
public IsLength(InputField element,
java.lang.String displayName,
int minLength,
int maxLength,
boolean mandatory)
element - the input field to be validated.displayName - the name of the field that will appear in any error messages.minLength - the minimum allowable number of characters for this input
element.maxLength - the maximum allowable number of characters for this input
element.mandatory - true if a value is required, or false if it may be left blank.| Method Detail |
|---|
public void setMaxLength(int maxLength)
maxLength - the maxLength.public void setMaxLength(java.lang.String maxLength)
maxLength - the maxLength.public void setMinLength(int minLength)
minLength - the minLength.public void setMinLength(java.lang.String minLength)
minLength - the minLength.public java.lang.String toJavaScript(Browser browser)
toJavaScript in class ValidationFunctionbrowser - the browser to which the function will be returned.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||