com.smartgwt.client.widgets.form.validator
Class RegExpValidator
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.RegExpValidator
public class RegExpValidator
- extends Validator
Regexp type validators will determine whether the value specified matches a given regular expression. The expression
should be specified on the validator object as the expression property.
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 |
RegExpValidator
public RegExpValidator()
RegExpValidator
public RegExpValidator(String expression)
- Constructor.
- Parameters:
expression
- the regular expression
setExpression
public void setExpression(String expression)
- Set the expression.
- Parameters:
expression
- the expression
getExpression
public String getExpression()
- Return the expression.
- Returns:
- the expression