org.sgx.j2s.html
Class IFrame

Package class diagram package IFrame
java.lang.Object
  extended by org.sgx.j2s.html.Element
      extended by org.sgx.j2s.html.IFrame

public class IFrame
extends Element


Field Summary
 java.lang.String height
           
 java.lang.String src
           
 java.lang.String width
           
 
Fields inherited from class org.sgx.j2s.html.Element
alt, checked, childNodes, className, clientHeight, clientWidth, disabled, firstChild, hasLayout, href, id, innerHTML, innerText, lastChild, multiple, nextSibling, nodeName, nodeType, nodeValue, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, oncontextmenu, ondblclick, onfocus, onfocusout, onhelp, onkeydown, onkeypress, onkeyup, onLoseCapture, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onscroll, onselectchange, onselectstart, options, parentNode, readOnly, rel, scrollHeight, scrollLeft, scrollTop, scrollWidth, selectedIndex, size, style, tabIndex, target, text, title, type, value
 
Constructor Summary
IFrame()
           
 
Method Summary
 
Methods inherited from class org.sgx.j2s.html.Element
add, appendChild, cloneNode, focus, getAttribute, insertBefore, removeChild, replaceChild, select, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public java.lang.String width

height

public java.lang.String height

src

public java.lang.String src
Constructor Detail

IFrame

public IFrame()