com.sapportals.htmlb.validation
Class RangeValidator
java.lang.Object
com.sapportals.htmlb.validation.Validator
com.sapportals.htmlb.validation.DataTypeValidator
com.sapportals.htmlb.validation.RangeValidator
- Direct Known Subclasses:
- DateValidator, FloatValidator, IntegerValidator, TimeValidator
- public abstract class RangeValidator
- extends DataTypeValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeValidator
public RangeValidator()
getJavascriptFuncThisParamMinMax
public String getJavascriptFuncThisParamMinMax(String funcname,
String param,
String min,
String max)
- returns javascript according to convention FUNCNAME (this, PARAM, MIN, MAX)
getMin
protected AbstractRangeType getMin()
- returns the minimum
getMax
protected AbstractRangeType getMax()
- returns the maximum
Copyright 2006 SAP AG Complete Copyright Notice