|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.resteasy.hypermedia.renderer.LinkMetadata
public class LinkMetadata
Provides link metadata that describes the link.
Constructor Summary | |
---|---|
LinkMetadata() Default constructor. |
Method Summary | |
---|---|
Object |
clone() Returns a shallow copy of the object. |
String |
getAccessKey() Returns the key label or list of key labels with which to associate the element; each key label represents a keyboard shortcut which UAs can use to activate the element or give focus to the element. |
String |
getContextMenu() Returns the identifier of a menu with which to associate the element as a context menu. |
String |
getCssClass() Returns the CSS class information to the link. |
String |
getDir() Returns the element’s text directionality. |
String |
getHelp() Returns the detailed help information on the link. |
String |
getId() Returns the identifier of the link. |
String |
getLabel() Returns the standard label to be rendered as the visible part of the link. |
String |
getMedia() Returns the media for which the destination of the hyperlink was designed. |
String |
getShortLabel() Returns a short version of the label to be rendered in confined space. |
Integer |
getTabIndex() Returns the tab index. |
String |
getTarget() Returns the name or keyword giving a browsing context for UAs to use when following the hyperlink. |
String |
getTitle() Returns the advisory information associated with the element. |
Boolean |
isHidden() Returns the hidden flag to specify that the element represents an element that is not yet, or is no longer, relevant. |
void |
setAccessKey(String accessKey) Sets the key label or list of key labels with which to associate the element; each key label represents a keyboard shortcut which UAs can use to activate the element or give focus to the element. |
void |
setContextMenu(String contextMenu) Sets the identifier of a menu with which to associate the element as a context menu. |
void |
setCssClass(String cssClass) Sets the CSS class information to the link. |
void |
setDir(String dir) Sets the element’s text directionality. |
void |
setHelp(String help) Sets the detailed help information on the link. |
void |
setHidden(Boolean hidden) Sets the hidden flag to specify that the element represents an element that is not yet, or is no longer, relevant. |
void |
setId(String id) Sets the identifier of the link. |
void |
setLabel(String label) Sets the standard label to be rendered as the visible part of the link. |
void |
setMedia(String media) Sets the media for which the destination of the hyperlink was designed. |
void |
setShortLabel(String shortLabel) Sets a short version of the label to be rendered in confined space. |
void |
setTabIndex(Integer tabIndex) Sets the tab index. |
void |
setTarget(String target) Sets the name or keyword giving a browsing context for UAs to use when following the hyperlink. |
void |
setTitle(String title) Sets the advisory information associated with the element. |
String |
toString() Provides the properties via reflection for displaying debug information. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LinkMetadata()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- the identifier of the link.
public String getCssClass()
public void setCssClass(String cssClass)
cssClass
- the CSS class information to the link.
public String getAccessKey()
An ordered set of unique space-separated tokens, each of which must be exactly one Unicode code point in length.
public void setAccessKey(String accessKey)
An ordered set of unique space-separated tokens, each of which must be exactly one Unicode code point in length.
accessKey
- the key label or list of key labels with which to associate the element; each key label represents a keyboard shortcut which UAs can use to activate the element or give focus to the element.
public Integer getTabIndex()
Specifies whether the element represents an element that is is focusable (that is, an element which is part of the sequence of focusable elements in the document), and the relative order of the element in the sequence of focusable elements in the document.
public void setTabIndex(Integer tabIndex)
Specifies whether the element represents an element that is is focusable (that is, an element which is part of the sequence of focusable elements in the document), and the relative order of the element in the sequence of focusable elements in the document.
tabIndex
- the tab index.
public String getTitle()
public void setTitle(String title)
title
- the advisory information associated with the element.
public String getDir()
public void setDir(String dir)
dir
- the element’s text directionality.
public Boolean isHidden()
public void setHidden(Boolean hidden)
hidden
- the hidden flag to specify that the element represents an element that is not yet, or is no longer, relevant.
public String getLabel()
public void setLabel(String label)
label
- the standard label to be rendered as the visible part of the link.
public String getShortLabel()
public void setShortLabel(String shortLabel)
shortLabel
- a short version of the label to be rendered in confined space.
public String getHelp()
public void setHelp(String help)
help
- the detailed help information on the link.
public String getTarget()
public void setTarget(String target)
target
- the name or keyword giving a browsing context for UAs to use when following the hyperlink.
public String getMedia()
Values are according to Media Queries.
public void setMedia(String media)
Values are according to Media Queries.
media
- the media for which the destination of the hyperlink was designed.
public String getContextMenu()
public void setContextMenu(String contextMenu)
contextMenu
- the identifier of a menu with which to associate the element as a context menu.
public Object clone()
clone
in class
Object
public String toString()
Provides the properties via reflection for displaying debug information.
toString
in class
Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |