www.element4solution.com

e4s.html.input.extended
Class E4ValidatorColor

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.input.extended.E4ValidatorNoBlanks
          extended by e4s.html.input.extended.E4ValidatorColor
All Implemented Interfaces:
AEP_ValidationObject_Intf

public class E4ValidatorColor
extends E4ValidatorNoBlanks
implements AEP_ValidationObject_Intf


Field Summary
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4ValidatorColor()
           
E4ValidatorColor(boolean mandatory)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 E4Label_Intf validate(E4InputFieldName_Intf fieldname, E4Label_Intf label, java.lang.String value)
          Validate a field during input.
 
Methods inherited from class e4s.html.input.extended.E4ValidatorNoBlanks
isMandatory, setFieldset
 
Methods inherited from class e4s.util.E4Object
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface e4s.html.input.extended.AEP_ValidationObject_Intf
isMandatory, setFieldset
 

Constructor Detail

E4ValidatorColor

public E4ValidatorColor(boolean mandatory)

E4ValidatorColor

public E4ValidatorColor()
Method Detail

validate

public E4Label_Intf validate(E4InputFieldName_Intf fieldname,
                             E4Label_Intf label,
                             java.lang.String value)
                      throws java.lang.Exception
Description copied from interface: AEP_ValidationObject_Intf
Validate a field during input.

Specified by:
validate in interface AEP_ValidationObject_Intf
Overrides:
validate in class E4ValidatorNoBlanks
Parameters:
fieldname - the name of the field
label - the label of the field (translated)
value - the current value the user has entered
Returns:
null, if validation is o.k. (no errors) or an error message beeingt displayed and also indicating that the validation has failed.
Throws:
java.lang.Exception

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com