www.element4solution.com

e4s.util
Class E4AjaxVec

java.lang.Object
  extended by e4s.util.E4AjaxVec

public class E4AjaxVec
extends java.lang.Object

Internal usage by E4S.

See Also:
e4s.html.E4AjaxData_Intf

Constructor Summary
E4AjaxVec()
           
 
Method Summary
static java.lang.String _getSVNVersionString()
          Get version info string from subversion.
 void addElement(E4AjaxElement_Intf data)
           
 E4AjaxElement_Intf elementAt(int i)
           
 void removeAllElements()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E4AjaxVec

public E4AjaxVec()
Method Detail

addElement

public void addElement(E4AjaxElement_Intf data)

size

public int size()

elementAt

public E4AjaxElement_Intf elementAt(int i)

removeAllElements

public void removeAllElements()

_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