www.element4solution.com

e4s.html
Class E4HtmlObject

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.html.E4HtmlObject
Direct Known Subclasses:
E4HtmlElementGeneral, E4Menu, E4ModuleImplementation, E4Tree

public abstract class E4HtmlObject
extends E4Object

Provide an E4ID for an object, typical a HTML related object. The E4ID is used to identify an object unique, related to above objects. Most classes inheritate from E4HtmlObject.

Since:
JDK 1.4

Field Summary
protected  E4ID m_parent_e4sID
           
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Constructor Summary
E4HtmlObject()
           
E4HtmlObject(E4ID parent_id)
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 E4ID E4ID()
          Get the E4ID of the object.
 E4ID E4ID(java.lang.String id)
          Get the E4ID of the object.
 void set_e4sID(E4ID parent_id)
          Sets the E4ID of the object.
 
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
 

Field Detail

m_parent_e4sID

protected E4ID m_parent_e4sID
Constructor Detail

E4HtmlObject

public E4HtmlObject()

E4HtmlObject

public E4HtmlObject(E4ID parent_id)
Method Detail

E4ID

public E4ID E4ID()
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.

Returns:
the E4ID
See Also:
E4ID(String), set_e4sID(e4s.util.E4ID)

E4ID

public E4ID E4ID(java.lang.String id)
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.

Returns:
the E4ID
See Also:
E4ID(), set_e4sID(e4s.util.E4ID)

set_e4sID

public void set_e4sID(E4ID parent_id)
Sets 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.

Parameters:
parent_id - the E4ID of the parent object
See Also:
E4ID()

_getSVNVersionString

public static java.lang.String _getSVNVersionString()
Get version info string from subversion.

Returns:
the version info string.
See Also:
E4Util.getRevisionCodeFromSVN(Class)

www.element4solution.com