|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.web.validation.AbstractField
toolbox.web.validation.NumberField
public class NumberField
Field implementation to validate Numeric inputs.
This implementation supports the following validation properties:
Valid numbertype values include:
| Constructor Summary | |
|---|---|
NumberField()
Defualt constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
validate(java.lang.String value,
java.util.ResourceBundle bundle)
Validate the given String and return a Number instance. |
| Methods inherited from class toolbox.web.validation.AbstractField |
|---|
getDefault, getName, getPattern, getProperties, getProperty, getResourceKey, getResourceString, getResourceString, isRequired, setDefault, setName, setPattern, setProperties, setRequired, setResourceKey, validateRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberField()
| Method Detail |
|---|
public java.lang.Object validate(java.lang.String value,
java.util.ResourceBundle bundle)
throws ValidationException
value - String value to validate.bundle - ResourceBundle to use for localised messages.
ValidationException - if the String does not contain a valid
value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||