|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.db.dict.E4DBValidatorInterfaces
public class E4DBValidatorInterfaces
| Field Summary |
|---|
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4DBValidatorInterfaces(boolean mandatory)
|
|
E4DBValidatorInterfaces(boolean mandatory,
int num)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
|
boolean |
isMandatory()
Check, if an input field based on this validation rule requires a mandatory value. |
void |
setFieldset(char mode,
E4Fieldset fieldset)
This method is called before the AEP_ValidationObject_Intf.validate(e4s.html.input.extended.E4InputFieldName_Intf,e4s.translate.E4Label_Intf,String)
function is called to inform the validating object about other fields values on the screen as well as the mode (update, insert or delete). |
E4Label_Intf |
validate(E4InputFieldName_Intf fieldname,
E4Label_Intf label,
java.lang.String value)
Validate a field during input. |
| 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 |
| Constructor Detail |
|---|
public E4DBValidatorInterfaces(boolean mandatory)
public E4DBValidatorInterfaces(boolean mandatory,
int num)
| Method Detail |
|---|
public boolean isMandatory()
AEP_ValidationObject_Intf
isMandatory in interface AEP_ValidationObject_IntfE4InputField.isMandatory()
public void setFieldset(char mode,
E4Fieldset fieldset)
AEP_ValidationObject_IntfAEP_ValidationObject_Intf.validate(e4s.html.input.extended.E4InputFieldName_Intf,e4s.translate.E4Label_Intf,String)
function is called to inform the validating object about other fields values on the screen as well as the mode (update, insert or delete).
Normally, this function is not called, except during "editing" (classes in package e4s.html.editing).
setFieldset in interface AEP_ValidationObject_Intfmode - one of AEP_EditingDataDescriptor_Intf.MODE_INSERT, AEP_EditingDataDescriptor_Intf.MODE_UPDATE
or AEP_EditingDataDescriptor_Intf.MODE_DELETE.fieldset - the fieldset containing all the fields in the editing screen
public E4Label_Intf validate(E4InputFieldName_Intf fieldname,
E4Label_Intf label,
java.lang.String value)
throws java.lang.Exception
AEP_ValidationObject_Intf
validate in interface AEP_ValidationObject_Intffieldname - the name of the fieldlabel - the label of the field (translated)value - the current value the user has entered
java.lang.Exceptionpublic static java.lang.String _getSVNVersionString()
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||