|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomNamespaceNode
com.gargoylesoftware.htmlunit.html.HtmlElement
com.gargoylesoftware.htmlunit.html.StyledElement
com.gargoylesoftware.htmlunit.html.BaseFrame
public abstract class BaseFrame
Base class for frame and iframe.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement |
---|
HtmlElement.MapEntryWrappingIterator |
Field Summary |
---|
Fields inherited from class com.gargoylesoftware.htmlunit.html.HtmlElement |
---|
ATTRIBUTE_NOT_DEFINED, ATTRIBUTE_VALUE_EMPTY |
Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
---|
PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED |
Method Summary | |
---|---|
Page |
getEnclosedPage()
Return the currently loaded page in the enclosed window. |
WebWindow |
getEnclosedWindow()
Gets the window enclosed in this frame. |
java.lang.String |
getFrameBorderAttribute()
Return the value of the attribute "frameborder". |
java.lang.String |
getLongDescAttribute()
Return the value of the attribute "longdesc". |
java.lang.String |
getMarginHeightAttribute()
Return the value of the attribute "marginheight". |
java.lang.String |
getMarginWidthAttribute()
Return the value of the attribute "marginwidth". |
java.lang.String |
getNameAttribute()
Return the value of the attribute "name". |
java.lang.String |
getNoResizeAttribute()
Return the value of the attribute "noresize". |
java.lang.String |
getOnLoadAttribute()
Return the value of the attribute "onload". |
java.lang.String |
getScrollingAttribute()
Return the value of the attribute "scrolling". |
java.lang.String |
getSrcAttribute()
Return the value of the attribute "src". |
void |
setNameAttribute(java.lang.String name)
Set the value of the "name" attribute. |
void |
setSrcAttribute(java.lang.String attribute)
Set the value of the "src" attribute. |
Methods inherited from class com.gargoylesoftware.htmlunit.html.StyledElement |
---|
getClassAttribute, getIdAttribute, getStyleAttribute, getTitleAttribute |
Methods inherited from class com.gargoylesoftware.htmlunit.html.DomNamespaceNode |
---|
getLocalName, getNamespaceURI, getPrefix, getQualifiedName, setPrefix |
Methods inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
---|
addDomChangeListener, appendDomChild, asText, asXml, getAllHtmlChildElements, getByXPath, getChildIterator, getEndColumnNumber, getEndLineNumber, getFirstDomChild, getLastDomChild, getNextDomSibling, getNodeValue, getPage, getParentDomNode, getPreviousDomSibling, getReadyState, getScriptObject, getStartColumnNumber, getStartLineNumber, insertBefore, remove, removeAllChildren, removeDomChangeListener, replace, setNodeValue, setReadyState, setScriptObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Page getEnclosedPage()
getEnclosedWindow().getEnclosedPage()
.
WebWindow.getEnclosedPage()
public WebWindow getEnclosedWindow()
public final java.lang.String getFrameBorderAttribute()
public final java.lang.String getLongDescAttribute()
public final java.lang.String getMarginHeightAttribute()
public final java.lang.String getMarginWidthAttribute()
public final java.lang.String getNameAttribute()
public final java.lang.String getNoResizeAttribute()
public final java.lang.String getOnLoadAttribute()
public final java.lang.String getScrollingAttribute()
public final java.lang.String getSrcAttribute()
public final void setNameAttribute(java.lang.String name)
name
- The new window name.public final void setSrcAttribute(java.lang.String attribute)
attribute
- The new value
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |