|
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.E4FieldsetLayoutedElement
public class E4FieldsetLayoutedElement
An layouted element in case of a E4Fieldset implements the e4s.html.input.extended.E4FieldsetLayout_Intf which
indicates if a value shall be layouted in the same row or in the next row. This mechanism
establishes the basics of an input form.
| Field Summary |
|---|
| 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 | |
|---|---|
E4FieldsetLayoutedElement(E4ID parent_id,
A a)
|
|
E4FieldsetLayoutedElement(E4ID parent_id,
IMG img)
|
|
E4FieldsetLayoutedElement(E4ID parent_id,
P p)
|
|
E4FieldsetLayoutedElement(E4ID parent_id,
PRE pre)
|
|
E4FieldsetLayoutedElement(E4ID parent_id,
TABLE table)
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
void |
addScript(E4JavaScript scriptname)
Add this script to the scripts Vector. |
void |
addScript(E4JavaScript scriptname,
boolean replace)
Add this script to the scripts Vector. |
void |
collectScripts(E4ScriptsVec v,
E4ServletImplementation_Intf servlet)
Get a vector of used scripts. |
java.lang.String |
debugToString(int n)
Debug only, prints out a structure tree about the object dependencies. |
boolean |
isContentClass()
This function returns false always, except for the collecting class E4HtmlContent which is a special case. |
void |
removeAll()
Remove all elements |
void |
toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
Concatenate all content to plain Html. |
| Methods inherited from class e4s.html.input.extended.E4FieldsetLayout |
|---|
isNextRow, layoutToNextRow |
| 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, 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.E4FieldsetLayout_Intf |
|---|
isNextRow, layoutToNextRow |
| Methods inherited from interface e4s.html.E4HtmlElement_Intf |
|---|
addScript, addScript, addScript, collectStylesForEditing, collectTranslationsForEditing, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate |
| Constructor Detail |
|---|
public E4FieldsetLayoutedElement(E4ID parent_id,
A a)
public E4FieldsetLayoutedElement(E4ID parent_id,
IMG img)
public E4FieldsetLayoutedElement(E4ID parent_id,
PRE pre)
public E4FieldsetLayoutedElement(E4ID parent_id,
TABLE table)
public E4FieldsetLayoutedElement(E4ID parent_id,
P p)
| Method Detail |
|---|
public void collectScripts(E4ScriptsVec v,
E4ServletImplementation_Intf servlet)
collectScripts in interface E4HtmlElement_IntfcollectScripts in class E4HtmlElementGeneralv - collect the names of all scriptsservlet - the servlet contextE4JavaScriptpublic void addScript(E4JavaScript scriptname)
scriptname - the script to add
public void addScript(E4JavaScript scriptname,
boolean replace)
scriptname - the script to addreplace - false: if the script already exists, it is not changed
true: in any case the script will be replaced.
public void toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
toHtml in interface E4HtmlElement_IntftoHtml in class E4HtmlElementGeneralservlet - the servlet environment currently running in
java.lang.Exceptionpublic boolean isContentClass()
isContentClass in interface E4HtmlElement_IntfisContentClass in class E4HtmlElementGeneralpublic java.lang.String debugToString(int n)
debugToString in interface E4HtmlElement_IntfdebugToString in class E4HtmlElementGeneralpublic void removeAll()
E4HtmlElementGeneral
removeAll in interface E4HtmlElement_IntfremoveAll in class E4HtmlElementGeneralpublic 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 | ||||||||