|
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.E4HtmlElement
e4s.html.E4HtmlContentElement
e4s.html.A
e4s.html.A_FORM
public class A_FORM
An Anchor TAG that can be placed within a FORM or E4Fieldset
element, acting as normal A-Tag but can include input fields contained within the
form.
E4InputField.definePickupList(e4s.html.E4MethodPickup, e4s.html.input.extended.E4InputFieldName_Intf),
E4MethodPickup,
A_ReturnValue| Field Summary |
|---|
| Fields inherited from class e4s.html.A |
|---|
HTML_TAG, WINDOW_PARAM_DIRECTORIES, WINDOW_PARAM_MENU, WINDOW_PARAM_RESIZE, WINDOW_PARAM_SCROLL, WINDOW_PARAM_STATUS, WINDOW_PARAM_TOOLBAR |
| Fields inherited from class e4s.html.E4HtmlContentElement |
|---|
BOOL_STR_FALSE, BOOL_STR_TRUE |
| 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 | |
|---|---|
A_FORM(E4EventHandlerA handle)
Create an <A>-tag, using an event handler. |
|
A_FORM(E4Label_Intf question,
E4Method functionname)
Create an <A>-tag, using the specified E4Method as link
to a function that shall be executed when this link becomes activated by the user. |
|
A_FORM(E4Method functionname)
Create an <A>-tag, using the specified E4Method as link
to a function that shall be executed when this link becomes activated by the user. |
|
A_FORM(E4MethodPickup functionname)
Builds a link to be used as E4Method_Picup. |
|
A_FORM(java.lang.String question,
E4Method functionname)
Create an <A>-tag, using the specified E4Method as link
to a function that shall be executed when this link becomes activated by the user. |
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
void |
includeField(E4InputFieldName_Intf fieldname)
|
void |
toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
Create the HTML output for this element. |
| Methods inherited from class e4s.html.E4HtmlElement |
|---|
addElement, addElement, addElement, copyElements, print |
| Methods inherited from class e4s.html.E4HtmlObject |
|---|
E4ID, 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, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface e4s.html.E4HtmlElement_Intf |
|---|
addScript, addScript, addScript, collectScripts, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate |
| Constructor Detail |
|---|
public A_FORM(E4EventHandlerA handle)
E4JavaScript to execute some action defined in the handler
due to a specified event in the handler (e.g. On-Click, On-Mouse-Over, ..).
handle - the event-handlepublic A_FORM(E4Method functionname)
E4Method as link
to a function that shall be executed when this link becomes activated by the user.
functionname - the function to be calledE4HtmlContentElement.A(String, e4s.html.E4Method)
public A_FORM(java.lang.String question,
E4Method functionname)
E4Method as link
to a function that shall be executed when this link becomes activated by the user.
question - a question that will be poped up first, the execution continues only if the
user selects the "Yes" button in this dialog. The message is displayed using
a E4JavaScript function.functionname - the function to be calledE4HtmlContentElement.A(e4s.html.E4Method)
public A_FORM(E4Label_Intf question,
E4Method functionname)
E4Method as link
to a function that shall be executed when this link becomes activated by the user.
question - a question that will be poped up first, the execution continues only if the
user selects the "Yes" button in this dialog. The message is displayed using
a E4JavaScript function.functionname - the function to be calledE4HtmlContentElement.A(e4s.html.E4Method)public A_FORM(E4MethodPickup functionname)
functionname - the method[-placeholder] to be involved.| Method Detail |
|---|
public void includeField(E4InputFieldName_Intf fieldname)
public void toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
AE4HtmlElement_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 class Aservlet - the servlet environment currently running in
java.lang.Exceptionpublic 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 | ||||||||