org.riotfamily.forms
Class ErrorUtils
java.lang.Object
org.riotfamily.forms.ErrorUtils
public class ErrorUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERROR_REQUIRED
public static final String ERROR_REQUIRED
- See Also:
- Constant Field Values
reject
public static void reject(Editor editor,
String errorCode,
Object[] args)
reject
public static void reject(Editor editor,
String errorCode,
Object arg)
reject
public static void reject(Editor editor,
String errorCode)
rejectRequired
public static void rejectRequired(Editor editor)
removeErrors
public static void removeErrors(Element element)
hasErrors
public static boolean hasErrors(Element element)