| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRhinohide
RhiEventTarget
RhiNode
RhiElement
RhiHTMLElement
@ThreadSafe public final class RhiHTMLElement
An HTML element implemented as an overlay of a JavaScript HTML element.
| Field Summary | 
|---|
| Fields inherited from class Rhinohide | 
|---|
window | 
| Constructor Summary | |
|---|---|
RhiHTMLElement(RhiWindow window,
                             netscape.javascript.JSObject jsObject)
 | 
|
| Method Summary | |
|---|---|
 String | 
getClassName()
Not yet coded.  | 
 String | 
getDir()
Not yet coded.  | 
 String | 
getId()
Not yet coded.  | 
 String | 
getLang()
Not yet coded.  | 
 String | 
getTitle()
Not yet coded.  | 
 void | 
setClassName(String className)
Not yet coded.  | 
 void | 
setDir(String dir)
Not yet coded.  | 
 void | 
setId(String id)
Not yet coded.  | 
 void | 
setLang(String lang)
Not yet coded.  | 
 void | 
setTitle(String title)
Not yet coded.  | 
static RhiHTMLElement | 
wrapHTMLElement(RhiWindow window,
                               netscape.javascript.JSObject jsObject)
Creates a RhiHTMLElement.  | 
static RhiHTMLElement | 
wrapHTMLElement(RhiWindow window,
                               netscape.javascript.JSObject jsObject,
                               boolean doTypeCheck)
 | 
| Methods inherited from class RhiEventTarget | 
|---|
addEventListener, dispatchEvent, removeEventListener, wrapEventTarget | 
| Methods inherited from class Rhinohide | 
|---|
call, callV, checkV, eval, evalV, getMember, getMemberV, jsObject, setMember, toJSObject, toString, window | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.w3c.dom.Element | 
|---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS | 
| Methods inherited from interface org.w3c.dom.Node | 
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData | 
| Constructor Detail | 
|---|
public RhiHTMLElement(RhiWindow window,
                      netscape.javascript.JSObject jsObject)
| Method Detail | 
|---|
public static RhiHTMLElement wrapHTMLElement(RhiWindow window,
                                             netscape.javascript.JSObject jsObject)
window - global objectjsObject - bridge to underlying JavaScript element,
         per jsObject()
IllegalArgumentException - if jsObject is neither null
         nor an element
public static RhiHTMLElement wrapHTMLElement(RhiWindow window,
                                             netscape.javascript.JSObject jsObject,
                                             boolean doTypeCheck)
public String getClassName()
getClassName in interface HTMLElementUnsupportedOperationExceptionpublic void setClassName(String className)
setClassName in interface HTMLElementUnsupportedOperationExceptionpublic String getDir()
getDir in interface HTMLElementUnsupportedOperationExceptionpublic void setDir(String dir)
setDir in interface HTMLElementUnsupportedOperationExceptionpublic String getId()
getId in interface HTMLElementUnsupportedOperationExceptionpublic void setId(String id)
setId in interface HTMLElementUnsupportedOperationExceptionpublic String getLang()
getLang in interface HTMLElementUnsupportedOperationExceptionpublic void setLang(String lang)
setLang in interface HTMLElementUnsupportedOperationExceptionpublic String getTitle()
getTitle in interface HTMLElementUnsupportedOperationExceptionpublic void setTitle(String title)
setTitle in interface HTMLElementUnsupportedOperationException
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||