|
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.DIV
e4s.html.E4DivFader
public class E4DivFader
Create a DIV element. Normal elements cannot be added to this element, except DIV elements which become child elements
using function #addElement(e4s.html.DIV). The added elements are overlaid using a z-index, initially, the first element becomes visilble and the
other elements not. A times is set by default, displaying one element after the other using a fade-in / fade-out mechanism.
| Field Summary |
|---|
| Fields inherited from class e4s.html.DIV |
|---|
DEFAULTSTYLE, HTML_TAG |
| 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 | |
|---|---|
E4DivFader(java.lang.String id)
|
|
E4DivFader(java.lang.String id,
int width,
int height)
|
|
| 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. |
DIV |
addElement(java.lang.String id)
|
void |
collectScripts(E4ScriptsVec vec,
E4ServletImplementation_Intf servlet)
Get a vector of used scripts from all subelements. |
E4EventHandlerA |
getEventHandler_OnClick()
|
E4EventHandlerBODY |
getEventHandler_OnLoad()
|
E4JavaScript |
getJsFade()
|
E4JavaScript |
getJsSwitch()
|
E4JavaScript |
getJsSwitch(java.lang.String id)
|
void |
setTimeout(int timeout_milliseconds)
|
| Methods inherited from class e4s.html.DIV |
|---|
eventHandlers, getAlign, getDivId, getStyleHide, hide, jsClear, jsHide, jsIsOpen, jsShow, jsWrite, onMouseOut, onMouseOver, setAlign, setEventHandler, setSTYLE, setStyle, setStyleHide, setTitle, show, toHtml, toHtml, toString |
| Methods inherited from class e4s.html.E4HtmlElement |
|---|
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 |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface e4s.html.E4HtmlElement_Intf |
|---|
addScript, addScript, addScript, collectStylesForEditing, collectTranslationsForEditing, debugToString, findElement, findElement, getElements, getElementsVec, getField, getId, getStringContent, isContentClass, removeAll, removeElementById, removeElements, set_e4sID, setId, setReadOnly, setValue, toHtml_hidden, toHtml, validate |
| Constructor Detail |
|---|
public E4DivFader(java.lang.String id)
public E4DivFader(java.lang.String id,
int width,
int height)
| Method Detail |
|---|
public E4EventHandlerBODY getEventHandler_OnLoad()
public E4EventHandlerA getEventHandler_OnClick()
public void setTimeout(int timeout_milliseconds)
public DIV addElement(java.lang.String id)
public void addElement(E4HtmlElement_Intf element)
E4HtmlElement
addElement in class E4HtmlElementelement - the element to be added
an - Errorpublic E4JavaScript getJsSwitch(java.lang.String id)
public E4JavaScript getJsSwitch()
public E4JavaScript getJsFade()
public void collectScripts(E4ScriptsVec vec,
E4ServletImplementation_Intf servlet)
E4HtmlElementGeneral
collectScripts in interface E4HtmlElement_IntfcollectScripts in class E4HtmlElementGeneralvec - collect the names of all scriptsservlet - the servlet contextE4JavaScriptpublic 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 | ||||||||