|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.storm.DynamicObject
ice.pilots.html4.DNode
ice.pilots.html4.DElement
ice.pilots.html4.DIFrameElement
| Nested Class Summary | |
static class |
DIFrameElement.dochack
|
| Field Summary |
| Fields inherited from class ice.pilots.html4.DNode |
doc, first, last, next, parent, prev |
| Fields inherited from class ice.storm.DynamicObject |
NOT_FOUND, SETD_IGNORE, SETD_NOT_FOUND, SETD_OK |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
protected |
DIFrameElement(DDocument doc,
int id)
|
| Method Summary | |
String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
String |
getBorder()
|
Document |
getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise. |
Object |
getDynamicValue(String name,
DynEnv env)
Returns the `key' field or Defs.NOT_FOUND if `name' does not exist. |
String |
getFrameBorder()
Request frame borders. |
String |
getHeight()
Frame height. |
String |
getLongDesc()
URI designating a long description of this image or frame. |
String |
getMarginHeight()
Frame margin height, in pixels. |
String |
getMarginWidth()
Frame margin width, in pixels. |
String |
getScrolling()
Specify whether or not the frame should have scrollbars. |
String |
getSrc()
A URI designating the initial frame contents. |
String |
getWidth()
Frame width. |
void |
setAlign(String align)
|
void |
setBorder(String border)
|
int |
setDynamicValue(String name,
Object value,
DynEnv env)
Set field `name' to `value'. |
void |
setFrameBorder(String frameBorder)
|
void |
setHeight(String height)
|
void |
setLongDesc(String longDesc)
|
void |
setMarginHeight(String marginHeight)
|
void |
setMarginWidth(String marginWidth)
|
void |
setScrolling(String scrolling)
|
void |
setSrc(String src)
|
void |
setWidth(String width)
|
| Methods inherited from class ice.storm.DynamicObject |
deleteSlot, getEnumeratableIds, getMethodPropertySource, getScriptDataLock, getScriptWrapper, getSlot, hasSlot, javaReflectionTarget, readOnlySlots, script_toSource, script_toString, setScriptWrapperIfAbsent, setSlot |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.html.HTMLIFrameElement |
getName, setName |
| Methods inherited from interface org.w3c.dom.html.HTMLElement |
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Constructor Detail |
protected DIFrameElement(DDocument doc,
int id)
| Method Detail |
public String getFrameBorder()
HTMLIFrameElement
getFrameBorder in interface HTMLIFrameElementpublic void setFrameBorder(String frameBorder)
setFrameBorder in interface HTMLIFrameElementpublic String getHeight()
HTMLIFrameElement
getHeight in interface HTMLIFrameElementpublic void setHeight(String height)
setHeight in interface HTMLIFrameElementpublic String getLongDesc()
HTMLIFrameElement
getLongDesc in interface HTMLIFrameElementpublic void setLongDesc(String longDesc)
setLongDesc in interface HTMLIFrameElementpublic String getSrc()
HTMLIFrameElement
getSrc in interface HTMLIFrameElementpublic void setSrc(String src)
setSrc in interface HTMLIFrameElementpublic String getScrolling()
HTMLIFrameElement
getScrolling in interface HTMLIFrameElementpublic void setScrolling(String scrolling)
setScrolling in interface HTMLIFrameElementpublic String getWidth()
HTMLIFrameElement
getWidth in interface HTMLIFrameElementpublic void setWidth(String width)
setWidth in interface HTMLIFrameElementpublic String getBorder()
public void setBorder(String border)
public String getMarginHeight()
HTMLIFrameElement
getMarginHeight in interface HTMLIFrameElementpublic void setMarginHeight(String marginHeight)
setMarginHeight in interface HTMLIFrameElementpublic String getMarginWidth()
HTMLIFrameElement
getMarginWidth in interface HTMLIFrameElementpublic void setMarginWidth(String marginWidth)
setMarginWidth in interface HTMLIFrameElementpublic Document getContentDocument()
HTMLIFrameElementnull otherwise.
getContentDocument in interface HTMLIFrameElementpublic String getAlign()
HTMLIFrameElement
getAlign in interface HTMLIFrameElementpublic void setAlign(String align)
setAlign in interface HTMLIFrameElement
public Object getDynamicValue(String name,
DynEnv env)
DynamicObject
getDynamicValue in class DElement
public int setDynamicValue(String name,
Object value,
DynEnv env)
DynamicObject
setDynamicValue in class DElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||