Java org.apache.commons.validator ValidatorAction fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator ValidatorAction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator ValidatorAction.

The text is from its open source code.

Constructor

Method

ListgetDependencyList()
Returns the dependent validator names as an unmodifiable List.
StringgetDepends()
Gets the dependencies of the validator action as a comma separated list of validator names.
StringgetJavascript()
Gets the Javascript equivalent of the java class and method associated with this action.
StringgetJsFunctionName()
Gets the Javascript function name.
StringgetMethod()
Gets the name of method being called for the validator action.
StringgetMethodParams()
Gets the method parameters for the method.
StringgetMsg()
Gets the message associated with the validator action.
StringgetName()
Gets the name of the validator action.
voidsetClassname(String classname)
Sets the class of the validator action.
voidsetDepends(String depends)
Sets the dependencies of the validator action.
voidsetMethod(String method)
Sets the name of method being called for the validator action.
voidsetMethodParams(String methodParams)
Sets the method parameters for the method.
voidsetMsg(String msg)
Sets the message associated with the validator action.
voidsetName(String name)
Sets the name of the validator action.