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 |
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.
|
isDisabled
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getOnkeydown, getOnkeypress, getOnkeyup
String getCharset()
String getCoords()
String getHreflang()
String getRel()
String getRev()
String getShape()
String getTarget()
String getType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.