|
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.html.E4HtmlObject
e4s.html.E4HtmlElementGeneral
e4s.html.input.extended.E4FieldsetLayout
e4s.html.input.extended.E4InputField
public abstract class E4InputField
Base class for all input fields.
TEXTFIELD,
TEXTAREA,
FLOATFIELD,
LONGFIELD,
IMAGEFIELD,
DATEFIELD,
CHECKBOX,
HIDDENFIELD,
PASSWORDFIELD,
SELECT| Nested Class Summary | |
|---|---|
protected class |
E4InputField.A_PICK
|
| Field Summary | |
|---|---|
static java.lang.String |
BGCOLOR_READONLY
|
static java.lang.String |
HTML_TAG
|
java.lang.String |
m_helpid
|
protected E4Label_Intf |
m_label
|
protected int |
m_multiple_tablerows_id
|
protected E4InputFieldName_Intf |
m_name
|
protected E4MethodPickup |
m_pickup_ref
|
protected boolean |
m_readonly
|
protected boolean |
m_show_label
|
protected STYLE_Name |
m_style_active
|
protected STYLE_Name |
m_style_inactive
|
AEP_ValidationObject_Intf |
m_validation_object
|
E4Label_Intf |
m_validationmessage
|
protected java.lang.String |
m_value
|
protected boolean |
m_visible
|
protected static java.lang.String |
ms_help_image
|
static java.lang.String |
PICKUP_IMAGE_NAME_PREFIX
Prefix for the <IMG>-Tag used in the pickup list to identify the image. |
| Fields inherited from class e4s.html.E4HtmlElementGeneral |
|---|
m_elements, m_needed_scripts |
| Fields inherited from class e4s.html.E4HtmlObject |
|---|
m_parent_e4sID |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
|
E4InputField(E4ID parent_id)
|
|
E4InputField(E4ID parent_id,
E4InputFieldName_Intf name)
|
|
E4InputField(E4ID parent_id,
E4InputFieldName_Intf name,
E4Label_Intf label)
|
|
E4InputField(E4ID parent_id,
E4InputFieldName_Intf name,
java.lang.String label)
|
protected |
E4InputField(E4InputField field)
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
void |
addElement(E4HtmlElement_Intf element)
Adds an element to the internal Vector. |
protected void |
AppendValidationE4Message(Language lang_dest,
E4StringBufferHtml buf)
|
void |
changeColumnName(E4InputFieldName_Intf name)
Change the name for the input field. |
void |
collectStylesForEditing(E4StylesHash v,
E4ServletImplementation_Intf servlet)
Internal use only - collect all style elements of this and sun elements. |
void |
collectTranslationsForEditing(E4TranslationsVec translations,
E4ServletImplementation_Intf servlet)
Build a list (Vector) with translation texts used so far during display of this page. |
java.lang.String |
debugToString(int level)
For debug reasons only. |
A_FORM |
definePickupList(E4MethodPickup mref)
Defines a pickup list. |
A_FORM |
definePickupList(E4MethodPickup mref,
boolean add)
Defines a pickup list. |
A_FORM |
definePickupList(E4MethodPickup mref,
boolean add,
E4JavaScript js_notify)
Defines a pickup list. |
protected A_FORM |
definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname)
Defines a pickup list. |
protected A_FORM |
definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname,
boolean add)
Defines a pickup list. |
protected A_FORM |
definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname,
boolean add,
E4JavaScript js_notify)
Defines a pickup list. |
A_FORM |
definePickupList(E4MethodPickup mref,
E4JavaScript js_notify)
Defines a pickup list. |
boolean |
display_simpleReport()
Deprecated. |
E4ID |
E4ID()
Get the E4ID of the object. |
boolean |
equalsIgnoreCase(E4InputFieldName_Intf name)
Test, if this fieldname equals the specified name. |
java.lang.StringBuffer |
eventHandlers()
|
boolean |
getCanChangeLayout()
|
E4InputFieldName_Intf |
getColumnName()
Get the name of the input field. |
E4Label_Intf |
getErrorMessage()
Get the error message for the field. |
E4HashEventHandler |
getEventHandlers()
|
java.lang.String |
getHelpId()
|
java.lang.String |
getHtmlParamName()
Get the name of the input field as to be used (and visible) in a FORM element. |
E4Label_Intf |
getLabel()
|
int |
getMultipleTablerowsId()
Get the marks-up the name of the field, in the case that there are the same input fields in several table rows. |
static E4PersistantRepository |
getPersistant(E4ServletImplementation_Intf servlet)
|
static E4FieldsetPersistantLayout |
getPersistantLayout(E4ServletImplementation_Intf servlet,
java.lang.String helpid)
|
E4MethodPickup |
getPickupList()
Get the Definition for a pickup list. |
boolean |
getReadOnly()
Get the read-only state of a field |
STYLE_Name |
getSTYLE()
Get the active style. |
STYLE_Name |
getSTYLE(boolean active)
Get the style. |
AEP_ValidationObject_Intf |
getValidator()
Gets a validator for this input element. |
java.lang.String |
getValue_native()
|
void |
hideLabel()
|
static java.lang.String |
HtmlEncode(java.lang.String s)
Change characters like Ä into Ä |
boolean |
isHiddenField()
Is this a hidden field ? |
boolean |
isMandatory()
Check, if this input field requires a mandatory value. |
boolean |
isVisible()
Get the visibility status. |
E4EventHandlerInputField |
onChange()
Define an unnamed input handler (Java-Script) that is called when the value of the field changes. |
void |
onChange(E4ServletImplementation_Intf servlet,
E4Method mref)
Define an input handler that calls a method, the value of the field is handled as parameter using the field's name getHtmlParamName(). |
E4EventHandlerInputField |
onChange(java.lang.String js_name)
Define a named input handler (Java-Script) that is called when the value of the field changes. |
E4EventHandlerInputField |
onClick()
Create an input handler that is activated by the E4JavaScript command onClick in the input field tag. |
void |
removePickupList()
|
void |
resetValidation()
Clears any previous defined validation. |
void |
setCanChangeLayout(boolean mode)
|
void |
setErrorMessage(E4Label_Intf error)
Set the error message for the field. |
void |
setErrorMessage(java.lang.String error)
Set the error message for the field. |
void |
setEventHandler(E4EventHandlerInputField handler)
|
void |
setHelpId(java.lang.String helpid)
|
static void |
setHelpImage(java.lang.String helpimage)
|
void |
setLabel(E4Label_Intf label)
|
void |
setMultipleTablerowsId(int row)
This marks-up the name of the field, in the case that there are the same input fields in several table rows. |
void |
setReadOnly()
Sets the read-only state of a field to read-only. |
void |
setReadOnly(boolean readonly)
Toggle the read-only state of a field |
void |
setReadOnly(E4Permission perm,
E4ApplObj_Intf applobj)
Toggle the read-only state of a field if the permission is not set. |
void |
setSTYLE(CLASS_Name class_name)
Set the style for the input field. |
void |
setSTYLE(CLASS_Name class_name_active,
CLASS_Name class_name_inactive)
Set the style for the input field. |
void |
setValidation(AEP_ValidationObject_Intf validationObj)
Deprecated. |
void |
setValidator(AEP_ValidationObject_Intf validationObj)
Sets a validator for this input element. |
void |
setValue(boolean value)
|
void |
setValue(char value)
|
void |
setValue(java.util.Date value)
Never call this function, use setValue(java.util.Date, String) instead, this function is only intended for completeness of the classes that implement vanE4InputField_Intf and is supported by real Date input classes only. |
void |
setValue(E4CgiParams params)
Look in the parameter list, and if the HTML-fieldname matches one of the parameters, assign it as String. |
void |
setValue(E4Long value)
|
void |
setValue(E4String value)
|
void |
setValue(float value)
|
void |
setValue(int value)
|
void |
setValue(Language dest_lang,
E4Label_Intf value)
|
void |
setValue(long value)
|
void |
setValue(java.lang.String value)
|
void |
setVisible(boolean visible)
Normal, a field which is defined for display can be set to the visible state, which means that it is not displayed and treatened similar to a HIDDENFIELD. |
HIDDENFIELD |
toHIDDENFIELD()
Convert this field to a HIDDENFIELD. |
void |
toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
This function is intended for simple output only |
void |
toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
boolean printing)
|
void |
toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
java.lang.String value,
boolean printing)
This function is intended for simple output only |
void |
toHtml_hidden(E4StringBufferHtml buf,
E4ServletImplementation_Intf context)
|
void |
toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
java.lang.String formelement)
|
java.lang.String |
toString()
|
static void |
updatePersistantLayout(E4ServletImplementation_Intf servlet,
E4FieldsetPersistantLayout layout)
|
boolean |
validate()
If a validation function is declared, then it is called and any String result returning from this validation function indicates that something with the field went wrong, and the return value will be false. |
boolean |
validate(char mode,
E4Fieldset fieldset)
|
boolean |
validate(E4CgiParams params,
E4ServletImplementation_Intf servlet)
Set the parameters specified and validate. |
| Methods inherited from class e4s.html.input.extended.E4FieldsetLayout |
|---|
isNextRow, layoutToNextRow |
| Methods inherited from class e4s.html.E4HtmlObject |
|---|
E4ID, set_e4sID |
| 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, 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, 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 |
| Field Detail |
|---|
public static java.lang.String BGCOLOR_READONLY
protected E4InputFieldName_Intf m_name
protected E4Label_Intf m_label
protected java.lang.String m_value
public E4Label_Intf m_validationmessage
public AEP_ValidationObject_Intf m_validation_object
protected int m_multiple_tablerows_id
protected boolean m_readonly
protected boolean m_visible
public java.lang.String m_helpid
protected E4MethodPickup m_pickup_ref
protected boolean m_show_label
protected STYLE_Name m_style_active
protected STYLE_Name m_style_inactive
protected static java.lang.String ms_help_image
public static final java.lang.String PICKUP_IMAGE_NAME_PREFIX
public static final java.lang.String HTML_TAG
| Constructor Detail |
|---|
protected E4InputField(E4InputField field)
public E4InputField(E4ID parent_id)
public E4InputField(E4ID parent_id,
E4InputFieldName_Intf name,
java.lang.String label)
public E4InputField(E4ID parent_id,
E4InputFieldName_Intf name,
E4Label_Intf label)
public E4InputField(E4ID parent_id,
E4InputFieldName_Intf name)
| Method Detail |
|---|
public static E4PersistantRepository getPersistant(E4ServletImplementation_Intf servlet)
throws java.io.IOException
java.io.IOException
public static E4FieldsetPersistantLayout getPersistantLayout(E4ServletImplementation_Intf servlet,
java.lang.String helpid)
throws java.io.IOException
java.io.IOException
public static void updatePersistantLayout(E4ServletImplementation_Intf servlet,
E4FieldsetPersistantLayout layout)
throws java.io.IOException
java.io.IOExceptionpublic static void setHelpImage(java.lang.String helpimage)
public void setHelpId(java.lang.String helpid)
public void hideLabel()
public java.lang.String getHelpId()
public E4InputFieldName_Intf getColumnName()
getHtmlParamName(),
changeColumnName(e4s.html.input.extended.E4InputFieldName_Intf)public java.lang.String getHtmlParamName()
FORM element.
The difference is on DATEFIELD where the name in the context includes
a flag for the date format.
getHtmlParamName(),
changeColumnName(e4s.html.input.extended.E4InputFieldName_Intf)public E4Label_Intf getLabel()
public void setLabel(E4Label_Intf label)
public java.lang.String getValue_native()
public void setValue(java.lang.String value)
public void setValue(E4String value)
public void setValue(E4Long value)
public void setValue(Language dest_lang,
E4Label_Intf value)
public void setValue(E4CgiParams params)
setValue in class E4HtmlElementGeneralparams - the whole parameter listE4InputField_Intf.setValue(e4s.html.E4CgiParams),
#validate(e4s.html.E4CgiParams)
public void setValue(java.util.Date value)
throws java.lang.Exception
java.lang.Exceptionpublic void setValue(boolean value)
public void setValue(long value)
public void setValue(int value)
public void setValue(float value)
public void setValue(char value)
public E4Label_Intf getErrorMessage()
#setValidation(Object,String),
setErrorMessage(String),
setErrorMessage(E4Label_Intf),
validate()public void setErrorMessage(E4Label_Intf error)
error - the String for the error message. A value of null resets the error message.getErrorMessage(),
#setValidation(Object,String),
validate(),
setErrorMessage(String)public void setErrorMessage(java.lang.String error)
error - the String for the error message. A value of null resets the error message.getErrorMessage(),
#setValidation(Object,String),
validate(),
setErrorMessage(e4s.translate.E4Label_Intf)
public void toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
java.lang.String formelement)
throws java.lang.Exception
java.lang.Exception
protected void AppendValidationE4Message(Language lang_dest,
E4StringBufferHtml buf)
public void toHtml_hidden(E4StringBufferHtml buf,
E4ServletImplementation_Intf context)
throws java.lang.Exception
toHtml_hidden in class E4HtmlElementGeneraljava.lang.Exception
public void toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
java.lang.Exception
public void toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
boolean printing)
throws java.lang.Exception
java.lang.Exception
public void toHtml_drawSimpleReport(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet,
java.lang.String value,
boolean printing)
throws java.lang.Exception
java.lang.Exception
public boolean validate(E4CgiParams params,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
validate in class E4HtmlElementGeneralparams - the current cgi parameters
java.lang.Exceptionvalidate(),
e4s.html.E4HtmlElementGeneral#validate(e4s.html.E4CgiParams)
public boolean validate()
throws java.lang.Exception
isVisible()).
java.lang.Exception
public boolean validate(char mode,
E4Fieldset fieldset)
throws java.lang.Exception
java.lang.Exceptionpublic void setValidation(AEP_ValidationObject_Intf validationObj)
setValidator(e4s.html.input.extended.AEP_ValidationObject_Intf)public void setValidator(AEP_ValidationObject_Intf validationObj)
validate() function is called and returns either
null or a message causing the validation violation.
validate(),
getValidator(),
e4s.html.input.extended.E4Fieldset#validate()public AEP_ValidationObject_Intf getValidator()
validate() function is called and returns either
null or a message causing the validation violation.
validate(),
setValidator(e4s.html.input.extended.AEP_ValidationObject_Intf),
e4s.html.input.extended.E4Fieldset#validate()public boolean isMandatory()
setValidator(e4s.html.input.extended.AEP_ValidationObject_Intf)).
AEP_ValidationObject_Intf.isMandatory(),
setValidator(e4s.html.input.extended.AEP_ValidationObject_Intf)public void resetValidation()
setValidator(e4s.html.input.extended.AEP_ValidationObject_Intf)public void setMultipleTablerowsId(int row)
public int getMultipleTablerowsId()
public void setReadOnly(E4Permission perm,
E4ApplObj_Intf applobj)
throws java.lang.Exception
permission - the permission to be checkedapplobj - an application object, {@link e4s.servlet.E4ModuleImplementation#getApplObj()}
java.lang.ExceptiongetReadOnly(),
setReadOnly(boolean),
setReadOnly()public void setReadOnly(boolean readonly)
setReadOnly in class E4HtmlElementGeneralreadonly - (true = readonly, false = input possible)getReadOnly(),
setReadOnly(),
setReadOnly(e4s.db.systabledef.E4Permission,e4s.application.E4ApplObj_Intf)public void setReadOnly()
getReadOnly(),
setReadOnly(boolean)public boolean getReadOnly()
setReadOnly(boolean)public boolean display_simpleReport()
./
public boolean getDisplayOnly()
{
return getReadOnly();
}public java.lang.String toString()
toString in class E4Object
protected A_FORM definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledcolumnname - is intended to be used for DATEFIELD, as this fields append their format
to the name. E.g. field = "TODAY" coudl result in "TODAY#dd.mm.yyyy"E4Constants.PARAM_ISPICKUP,
getPickupList()
protected A_FORM definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname,
boolean add)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledcolumnname - is intended to be used for DATEFIELD, as this fields append their format
to the name. E.g. field = "TODAY" coudl result in "TODAY#dd.mm.yyyy"add - add the pickup element to the field (this value should be set to true)E4Constants.PARAM_ISPICKUP,
getPickupList()public void removePickupList()
protected A_FORM definePickupList(E4MethodPickup mref,
E4InputFieldName_Intf columnname,
boolean add,
E4JavaScript js_notify)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledcolumnname - is intended to be used for DATEFIELD, as this fields append their format
to the name. E.g. field = "TODAY" coudl result in "TODAY#dd.mm.yyyy"add - add the pickup element to the field (this value should be set to true)js_notify - a script that will be called upon return of the pickup functionE4Constants.PARAM_ISPICKUP,
getPickupList()public A_FORM definePickupList(E4MethodPickup mref)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledE4Constants.PARAM_ISPICKUP,
getPickupList()
public A_FORM definePickupList(E4MethodPickup mref,
boolean add)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledadd - add the pickup element to the field (this value should be set to true)E4Constants.PARAM_ISPICKUP,
getPickupList()
public A_FORM definePickupList(E4MethodPickup mref,
boolean add,
E4JavaScript js_notify)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledadd - add the pickup element to the field (this value should be set to true)js_notify - a script that will be called upon return of the pickup functionE4Constants.PARAM_ISPICKUP,
getPickupList()
public A_FORM definePickupList(E4MethodPickup mref,
E4JavaScript js_notify)
E4CgiParams E4Constants.PARAM_ISPICKUP is set to a value of true (1).
mref - Defining the function to be calledjs_notify - a script that will be called upon return of the pickup functionE4Constants.PARAM_ISPICKUP,
getPickupList()public E4MethodPickup getPickupList()
definePickupList(e4s.html.E4MethodPickup, e4s.html.input.extended.E4InputFieldName_Intf)public java.lang.String debugToString(int level)
debugToString in class E4HtmlElementGenerallevel - is the nested level
public void addElement(E4HtmlElement_Intf element)
element - the element to be addedpublic boolean isHiddenField()
HIDDENFIELD
public void setVisible(boolean visible)
HIDDENFIELD.
Different from isHiddenField().
visible - true: display on HTML outputisVisible(),
isHiddenField()public boolean isVisible()
setVisible(boolean)public E4EventHandlerInputField onClick()
public void setEventHandler(E4EventHandlerInputField handler)
public java.lang.StringBuffer eventHandlers()
public E4HashEventHandler getEventHandlers()
public void setCanChangeLayout(boolean mode)
public boolean getCanChangeLayout()
public E4ID E4ID()
E4HtmlObject
E4ID in class E4HtmlObjectE4HtmlObject.E4ID(String),
E4HtmlObject.set_e4sID(e4s.util.E4ID)
public void setSTYLE(CLASS_Name class_name_active,
CLASS_Name class_name_inactive)
getReadOnly() and therefore, two
styles (classes) are required: one for the active case and one for the in-active (disabled) case.
class_name_active - active (enabled) classclass_name_inactive - inactive (disabled) classsetSTYLE( e4s.html.style.CLASS_Name ),
getSTYLE()public void setSTYLE(CLASS_Name class_name)
getReadOnly() and therefore, two
styles (classes) are required: one for the active case and one for the in-active (disabled) case.
This function sets both classes, so disabling the field would make no visual difference for
the display GUI.
class_name_active - active (enabled) and inactive (disabled) classsetSTYLE( e4s.html.style.CLASS_Name, e4s.html.style.CLASS_Name ),
getSTYLE()public STYLE_Name getSTYLE(boolean active)
getReadOnly() and therefore, two
styles (classes) are required: one for the active case and one for the in-active (disabled) case.
This function sets both classes, so disabling the field would make no visual difference for
the display GUI.
active - true, to get the style for the active (enabled) status or false
to get the style for the inactive (disabled) status.
setSTYLE(e4s.html.style.CLASS_Name, e4s.html.style.CLASS_Name)public STYLE_Name getSTYLE()
getSTYLE(boolean)(true).
Note, that an input field can be disabled (getReadOnly() and therefore, two
styles (classes) are required: one for the active case and one for the in-active (disabled) case.
This function sets both classes, so disabling the field would make no visual difference for
the display GUI.
getSTYLE in class E4HtmlElementGeneralsetSTYLE(e4s.html.style.CLASS_Name, e4s.html.style.CLASS_Name),
getSTYLE(boolean)
public void collectStylesForEditing(E4StylesHash v,
E4ServletImplementation_Intf servlet)
collectStylesForEditing in class E4HtmlElementGeneralv - the Vector where the styles are collectedE4ServletImplementation_Intf.sessionCanEditStyles(),
#collectStylesForEditing(e4s.html.style.E4StylesHash, STYLE_Name, boolean)
public void collectTranslationsForEditing(E4TranslationsVec translations,
E4ServletImplementation_Intf servlet)
E4HtmlElementGeneralE4Label.
collectTranslationsForEditing in class E4HtmlElementGeneraltranslations - the Vector where the styles will be collected, may not be nullservlet - the current servlet instanceE4Label_Intfpublic boolean equalsIgnoreCase(E4InputFieldName_Intf name)
name - the name to be checked
getHtmlParamName() or getColumnName() name matches.public static java.lang.String HtmlEncode(java.lang.String s)
s - the string which needs to be changed
public void changeColumnName(E4InputFieldName_Intf name)
getHtmlParamName(),
getColumnName()public E4EventHandlerInputField onChange()
setEventHandler(e4s.html.input.extended.E4EventHandlerInputField) using E4EventHandlerInputField._EVENT_ONCHANGE.
onChange( e4s.servlet.E4ServletImplementation_Intf, e4s.html.E4Method ),
onChange( String )public E4EventHandlerInputField onChange(java.lang.String js_name)
setEventHandler(e4s.html.input.extended.E4EventHandlerInputField) using E4EventHandlerInputField._EVENT_ONCHANGE.
js_name - name of the JavaScript
onChange( e4s.servlet.E4ServletImplementation_Intf, e4s.html.E4Method ),
onChange()
public void onChange(E4ServletImplementation_Intf servlet,
E4Method mref)
getHtmlParamName().
servlet - the servletmref - the methodpublic HIDDENFIELD toHIDDENFIELD()
getColumnName() as name and the value of the field.public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||