public interface LinkProps extends DisabledProps, EventsMouseProps, EventsKeyProps
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
The character encoding of the resource designated by this hyperlink.
|
String |
getCoords()
The position and shape of the hot spot on the screen (for use in client-side image maps).
|
String |
getHreflang()
The language code of the resource designated by this hyperlink.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getRel()
The relationship from the current document to the anchor specified by this hyperlink.
|
String |
getRev()
A reverse link from the anchor specified by this hyperlink to the current document.
|
String |
getShape()
The shape of the hot spot on the screen (for use in client-side image maps).
|
String |
getTarget()
Name of a frame where the resource retrieved via this hyperlink is to be displayed.
|
String |
getType()
The content type of the resource designated by this hyperlink.
|
isDisabledgetOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseupgetOnkeydown, getOnkeypress, getOnkeyupString getOnclick()
getOnclick in interface EventsMousePropsString getCharset()
String getCoords()
String getHreflang()
String getRel()
String getRev()
String getShape()
String getTarget()
String getType()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.