|
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
e4s.html.input.extended.E4InputMultiValue
public class E4InputMultiValue
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class e4s.html.input.extended.E4InputField |
|---|
E4InputField.A_PICK |
| Field Summary | |
|---|---|
static java.lang.String |
SELECT_NAME_PREFIX
|
| Fields inherited from class e4s.html.input.extended.E4InputField |
|---|
BGCOLOR_READONLY, HTML_TAG, m_helpid, m_label, m_multiple_tablerows_id, m_name, m_pickup_ref, m_readonly, m_show_label, m_style_active, m_style_inactive, m_validation_object, m_validationmessage, m_value, m_visible, ms_help_image, PICKUP_IMAGE_NAME_PREFIX |
| 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 | |
|---|---|
E4InputMultiValue(E4ID parent_id,
PASSWORDFIELD field)
Create a E4InputMultiValue input field, based on a given input element. |
|
E4InputMultiValue(E4ID parent_id,
TEXTAREA field)
Create a E4InputMultiValue input field, based on a given input element. |
|
E4InputMultiValue(E4ID parent_id,
TEXTFIELD field)
Create a E4InputMultiValue input field, based on a given input element. |
|
E4InputMultiValue(E4InputMultiValue field)
Create a E4InputMultiValue input field, based on a given input element. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
void |
addExtension(java.lang.String fieldname,
java.lang.String label)
|
E4EventHandlerFORM |
createEventHandler()
|
E4InputField_Intf |
duplicate()
|
E4InputFieldName_Intf |
getColumnName()
Get the name of the input field. |
java.lang.String |
getHtmlParamName()
Get the name of the input field as to be used (and visible) in a FORM element. |
E4Label_Intf |
getLabel()
Get the label (the text beeiing displayed). |
java.lang.String |
getValue(java.lang.String fieldname)
Get the value of this input field. |
void |
setEventHandler(E4EventHandlerInputField handler)
|
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(java.lang.String fieldname,
long value)
|
void |
setValue(java.lang.String fieldname,
java.lang.String value)
|
void |
toHtml_hidden(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
|
void |
toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
Create the HTML output for this element. |
| 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 |
| Methods inherited from interface e4s.html.input.extended.E4InputField_Intf |
|---|
changeColumnName, definePickupList, definePickupList, display_simpleReport, equalsIgnoreCase, eventHandlers, getCanChangeLayout, getErrorMessage, getMultipleTablerowsId, getPickupList, getReadOnly, getValue_native, hideLabel, isHiddenField, isMandatory, isVisible, resetValidation, setCanChangeLayout, setErrorMessage, setErrorMessage, setHelpId, setLabel, setMultipleTablerowsId, setReadOnly, setReadOnly, setValidator, setValue, setValue, setValue, setValue, setVisible, toHIDDENFIELD, toHtml_drawSimpleReport, toHtml_drawSimpleReport, validate, validate |
| Methods inherited from interface e4s.html.E4FieldsetLayout_Intf |
|---|
isNextRow, layoutToNextRow |
| Methods inherited from interface e4s.html.E4HtmlElement_Intf |
|---|
addScript, addScript, addScript, collectScripts, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, validate |
| Field Detail |
|---|
public static final java.lang.String SELECT_NAME_PREFIX
| Constructor Detail |
|---|
public E4InputMultiValue(E4ID parent_id,
TEXTFIELD field)
field - the definition for a visible editing element
public E4InputMultiValue(E4ID parent_id,
TEXTAREA field)
field - the definition for a visible editing element
public E4InputMultiValue(E4ID parent_id,
PASSWORDFIELD field)
field - the definition for a visible editing elementpublic E4InputMultiValue(E4InputMultiValue field)
field - the definition for a visible editing element| Method Detail |
|---|
public E4EventHandlerFORM createEventHandler()
public void addExtension(java.lang.String fieldname,
java.lang.String label)
public void setValue(E4CgiParams params)
E4InputField
setValue in interface E4HtmlElement_IntfsetValue in interface E4InputField_IntfsetValue in class E4InputFieldparams - the whole parameter listE4InputField_Intf.setValue(e4s.html.E4CgiParams),
#validate(e4s.html.E4CgiParams)
public void setValue(java.lang.String fieldname,
java.lang.String value)
public void setValue(java.lang.String fieldname,
long value)
public java.lang.String getValue(java.lang.String fieldname)
setValue(e4s.html.E4CgiParams)
public void toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
E4HtmlElement_IntfE4HtmlElement_Intf.toHtml(e4s.util.E4StringBufferHtml, e4s.servlet.E4ServletImplementation_Intf) function to generate output of those
objects which becomes appended. Normally, there is no need to call this function anyway,
and this also might result in side effects of too-early relasing of objects in some cases.
This function is called by E4ServletImplementation_Intf.write(e4s.html.E4HtmlElement)
on the top level HTML element (common this is a HTML
or BODY element) and branches down to all child elements.
toHtml in interface E4HtmlElement_IntftoHtml in interface E4InputField_IntftoHtml in class E4HtmlElementGeneralservlet - the servlet environment currently running in
java.lang.Exception
public void toHtml_hidden(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
toHtml_hidden in interface E4HtmlElement_IntftoHtml_hidden in class E4InputFieldpublic java.lang.String getHtmlParamName()
E4InputFieldFORM element.
The difference is on DATEFIELD where the name in the context includes
a flag for the date format.
getHtmlParamName in interface E4InputField_IntfgetHtmlParamName in class E4InputFieldE4InputField.getHtmlParamName(),
E4InputField.changeColumnName(e4s.html.input.extended.E4InputFieldName_Intf)public E4InputFieldName_Intf getColumnName()
E4InputField
getColumnName in interface E4InputField_IntfgetColumnName in class E4InputFieldE4InputField.getHtmlParamName(),
E4InputField.changeColumnName(e4s.html.input.extended.E4InputFieldName_Intf)public E4Label_Intf getLabel()
E4InputField_Intf
getLabel in interface E4InputField_IntfgetLabel in class E4InputFieldE4InputField_Intf.setLabel(e4s.translate.E4Label_Intf),
E4InputField_Intf.hideLabel()public void setEventHandler(E4EventHandlerInputField handler)
setEventHandler in interface E4InputField_IntfsetEventHandler in class E4InputFieldpublic E4InputField_Intf duplicate()
duplicate in interface E4InputField_Intfpublic 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 | ||||||||