e4s.html.list
Class E4SortedListElement
java.lang.Object
e4s.util.E4Object
e4s.html.E4HtmlObject
e4s.html.E4HtmlElementGeneral
e4s.html.E4HtmlElement
e4s.html.list.E4SortedListElement
- All Implemented Interfaces:
- E4HtmlElement_Intf
public class E4SortedListElement
- extends E4HtmlElement
- implements E4HtmlElement_Intf
| Methods inherited from class e4s.html.E4HtmlElementGeneral |
addScript, addScript, addScript, addStyleForEditing, addTranslationForEditing, buildStyleAttribute, buildStyleClassReference, collectStylesForEditing, collectStylesForEditing, collectTranslationsForEditing, createScript, createScript, debugToString, findElement, findElement, findElement, findElement, getElements, getElementsVec, getField, getId, getLastElement, getStringContent, getStyle, getSTYLE, getStyle, hasScripts, hasSTYLE, isContentClass, isE4InputField_Intf, openTag, removeAll, removeElementById, removeElements, removeElements, removeStyle, setId, setReadOnly, setStyle, setStyle, setSTYLE, setValue, Style, Style, toHtml_hidden, validate |
| 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.E4HtmlElement_Intf |
addScript, addScript, addScript, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, validate |
E4SortedListElement
public E4SortedListElement(E4SortedList list)
E4SortedListElement
public E4SortedListElement(java.lang.String persistantObjId,
E4ServletImplementation_Intf servlet)
getList
public E4SortedList getList()
toHtml
public void toHtml(E4StringBufferHtml buf,
E4ServletImplementation_Intf servlet)
throws java.lang.Exception
- Description copied from interface:
E4HtmlElement_Intf
- Create the HTML output for this element. Also run throught all child elements, and call
their
E4HtmlElement_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.
- Specified by:
toHtml in interface E4HtmlElement_Intf- Overrides:
toHtml in class E4HtmlElementGeneral
servlet - the servlet environment currently running in
- Throws:
java.lang.Exception
defineColumn
public E4SortedListColumn defineColumn(Align alignment,
java.lang.String label)
defineColumn
public E4SortedListColumn defineColumn(Align alignment,
java.lang.String label,
java.lang.String paramname)
defineColumn
public void defineColumn(E4SortedListColumn col)
addElement
public void addElement(E4SortedList_Intf obj)
sort
public void sort(int column)
collectScripts
public void collectScripts(E4ScriptsVec vec,
E4ServletImplementation_Intf servlet)
- Description copied from class:
E4HtmlElementGeneral
- Get a vector of used scripts from all subelements.
- Specified by:
collectScripts in interface E4HtmlElement_Intf- Overrides:
collectScripts in class E4HtmlElementGeneral
- Parameters:
vec - collect the names of all scriptsservlet - the servlet context- See Also:
E4JavaScript
E4ID
public E4ID E4ID()
- Description copied from class:
E4HtmlObject
- Get the E4ID of the object.
The E4ID is a unique identifier for an nested HTML element, it can be either
the name of the class or any previous assigned string.
- Overrides:
E4ID in class E4HtmlObject
- Returns:
- the E4ID
- See Also:
E4HtmlObject.E4ID(String),
E4HtmlObject.set_e4sID(e4s.util.E4ID)
collectTranslationsForEditing
public void collectTranslationsForEditing(E4TranslationsVec v,
E4ServletImplementation_Intf servlet)
- Description copied from class:
E4HtmlElementGeneral
- Build a list (Vector) with translation texts used so far during
display of this page. Run throught all subclasses elements and
collect their texts as well. Note, that a text will only
be added one time. The Vector contains elements of class
E4Label.
- Specified by:
collectTranslationsForEditing in interface E4HtmlElement_Intf- Overrides:
collectTranslationsForEditing in class E4HtmlElementGeneral
- Parameters:
v - the Vector where the styles will be collected, may not be nullservlet - the current servlet instance- See Also:
E4Label_Intf
setClass_Header
public void setClass_Header(CLASS_Name classname)
setClass_Data
public void setClass_Data(CLASS_Name classname)
setClass_Body
public void setClass_Body(CLASS_Name classname)
getClass_Body
public CLASS_Name getClass_Body()
collectStylesForEditing
public void collectStylesForEditing(E4StylesHash v,
E4ServletImplementation_Intf servlet)
- Build a list (Vector) with style definitions used so far during
display of this page. Run throught all subclasses elements and
collect their styles as well. Note, that a style will only
be added one time. The Vector contains elements of class
E4StyleUsage.
- Specified by:
collectStylesForEditing in interface E4HtmlElement_Intf- Overrides:
collectStylesForEditing in class E4HtmlElementGeneral
- Parameters:
v - the Vector where the styles will be collected, may not be nullservlet - the servlet context- See Also:
E4ServletImplementation_Intf.sessionCanEditStyles(),
#collectStylesForEditing(e4s.html.style.E4StylesHash, STYLE_Name, boolean)
_getSVNVersionString
public static java.lang.String _getSVNVersionString()
- Get version info string from subversion.
- Returns:
- the version info string.
- See Also:
E4Util.getRevisionCodeFromSVN(Class)