|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.util.validators.MaximumValueCompositeValidator
public class MaximumValueCompositeValidator
The MaximumValueCompositeValidator is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value composite validator. A MaximumValueCompositeValidator is a validator that validates (1) the value is present, (2) that the value is numeric, and (3) that the value does not exceed the maximum value specified.
For More Information:
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
Field Summary |
---|
Fields inherited from class com.sas.util.validators.CompositeValidator |
---|
validator1, validator2, validators |
Fields inherited from class com.sas.util.validators.Validator |
---|
message, messages, msgObject, RB_KEY |
Constructor Summary | |
---|---|
MaximumValueCompositeValidator()
Construct a new MaximumValueCompositeValidator Transformation Bean The default max value is 100. |
|
MaximumValueCompositeValidator(int max)
Constructs a new MaximumValueCompositeValidator Transformation Bean |
Method Summary | |
---|---|
int |
getMaxValue()
Returns the maxumum value set. |
void |
setMaxValue(int max)
Sets the maximum value to use. |
Methods inherited from class com.sas.util.validators.CompositeValidator |
---|
addValidator, getFirstValidator, getSecondValidator, getValidatorAtIndex, getValidators, insertValidatorAtIndex, normalizeValue, removeValidator, removeValidatorAtIndex, setFirstValidator, setSecondValidator, setValidators, validateValue |
Methods inherited from class com.sas.util.validators.Validator |
---|
createValidationMessages, getExtendedBeanInfo, getValidationMessage, getValidationMessageCode, newValidationMessage, setValidationMessage, setValidationMessageCode |
Constructor Detail |
---|
public MaximumValueCompositeValidator()
public MaximumValueCompositeValidator(int max)
max
- The maximum valueMethod Detail |
---|
public void setMaxValue(int max)
max
- the maximum value to use.public int getMaxValue()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |