com.sapportals.htmlb.validation

Class RangeValidator

java.lang.Object
  extended bycom.sapportals.htmlb.validation.Validator
      extended bycom.sapportals.htmlb.validation.DataTypeValidator
          extended bycom.sapportals.htmlb.validation.RangeValidator
Direct Known Subclasses:
DateValidator, FloatValidator, IntegerValidator, TimeValidator

public abstract class RangeValidator
extends DataTypeValidator


Constructor Summary
RangeValidator()
           
 
Method Summary
 String getJavascriptFuncThisParamMinMax(String funcname, String param, String min, String max)
          returns javascript according to convention FUNCNAME (this, PARAM, MIN, MAX)
protected  AbstractRangeType getMax()
          returns the maximum
protected  AbstractRangeType getMin()
          returns the minimum
 
Methods inherited from class com.sapportals.htmlb.validation.DataTypeValidator
getValue, setValue
 
Methods inherited from class com.sapportals.htmlb.validation.Validator
getErrorText, getJavascript, getResourceBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeValidator

public RangeValidator()
Method Detail

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