Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
Field Summary |
Fields inherited from class org.lobobrowser.html.domimpl.ElementImpl | |
attributes |
Fields inherited from class org.lobobrowser.html.domimpl.NodeImpl | |
document , logger , nodeList , notificationsSuspended , parentNode , treeLock , uiNode |
Constructor Summary | |
|
Method Summary | |
protected RenderState |
|
boolean |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
String |
|
void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Object |
|
String |
|
Methods inherited from class org.lobobrowser.html.domimpl.HTMLAbstractUIElement | |
assignAttributeField , blur , focus , getEventFunction , getOnblur , getOnclick , getOncontextmenu , getOndblclick , getOnfocus , getOnkeydown , getOnkeypress , getOnkeyup , getOnmousedown , getOnmousemove , getOnmouseout , getOnmouseover , getOnmouseup , setOnblur , setOnclick , setOncontextmenu , setOndblclick , setOnfocus , setOnkeydown , setOnkeypress , setOnkeyup , setOnmousedown , setOnmousemove , setOnmouseout , setOnmouseover , setOnmouseup |
Methods inherited from class org.lobobrowser.js.AbstractScriptableDelegate | |
getScriptable , setScriptable |
protected RenderState createRenderState(RenderState prevRenderState)
- Overrides:
- createRenderState in interface HTMLElementImpl
public boolean getDisabled()
Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
- Specified by:
- getDisabled in interface HTMLLinkElement
public String getHref()
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- getHref in interface HTMLLinkElement
public String getHreflang()
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
- Specified by:
- getHreflang in interface HTMLLinkElement
public String getMedia()
Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
- Specified by:
- getMedia in interface HTMLLinkElement
public String getRel()
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- getRel in interface HTMLLinkElement
public String getRev()
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- getRev in interface HTMLLinkElement
public String getTarget()
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- getTarget in interface HTMLLinkElement
public String getType()
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- getType in interface HTMLLinkElement
public void navigate()
protected void processLink()
If the LINK refers to a stylesheet document, this method loads and parses it.
public void setDisabled(boolean disabled)
Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
- Specified by:
- setDisabled in interface HTMLLinkElement
public void setHref(String href)
The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
- Specified by:
- setHref in interface HTMLLinkElement
public void setHreflang(String hreflang)
Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
- Specified by:
- setHreflang in interface HTMLLinkElement
public void setMedia(String media)
Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
- Specified by:
- setMedia in interface HTMLLinkElement
public void setRel(String rel)
Forward link type. See the rel attribute definition in HTML 4.01.
- Specified by:
- setRel in interface HTMLLinkElement
public void setRev(String rev)
Reverse link type. See the rev attribute definition in HTML 4.01.
- Specified by:
- setRev in interface HTMLLinkElement
public void setTarget(String target)
Frame to render the resource in. See the target attribute definition in HTML 4.01.
- Specified by:
- setTarget in interface HTMLLinkElement
public void setType(String type)
Advisory content type. See the type attribute definition in HTML 4.01.
- Specified by:
- setType in interface HTMLLinkElement
public Object setUserData(String key, Object data, UserDataHandler handler)
- Overrides:
- setUserData in interface NodeImpl