com.smartgwt.client.widgets.form.validator
Class FloatPrecisionValidator
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.form.validator.Validator
com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
public class FloatPrecisionValidator
- extends Validator
Tests whether the value for this field is a floating point number with the appropriate number of decimal places -
specified in validator.precision If the value is of higher precision, if validator.roundToPrecision is specified,
the value will be rounded to the specified number of decimal places and validation will pass, otherwise validation
will fail.
Fields inherited from class com.smartgwt.client.core.JsObject |
jsObj |
Methods inherited from class com.smartgwt.client.core.DataClass |
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatPrecisionValidator
public FloatPrecisionValidator()
setPrecision
public void setPrecision(int precision)
- Set the precision.
- Parameters:
precision
- the precision
getPrecision
public int getPrecision()
- Return the precision.
- Returns:
- the precision
setRoundToPrecision
public void setRoundToPrecision(int roundToPrecision)
- Set the roundToPrecision.
- Parameters:
roundToPrecision
- the roundToPrecision
getRoundToPrecision
public int getRoundToPrecision()
- Return the roundToPrecision.
- Returns:
- the roundToPrecision