alloy

Tag link

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.link.Link
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.link.LinkRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying a hot key character for the element.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
charsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The character encoding of the resource linked to by this component.
coordsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The position and shape of the component's area on the page. Used in image maps.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the reading direction for the element For example, right to left (RTL), or left to right (LTR).
disableClientWindowfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, the client window param will not be inlcuded on the navigation URL. Note: the ClientWindow feature is disabled by default, so this attribute will have no effect unless ClientWindow is enabled. Since: JSF 2.2
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, the component will be disabled, and the user will be unable to interact with the component. The default value is false.
fragmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A fragment to be appended to the navigation URL.
hreflangfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The language code of the resource linked to by this component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
includeViewParamsfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, view parameters (specified via f:viewParam tags) will be included on the navigation URL
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the language code used in the element.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute after this component loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a double click event occurs.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when this component gets focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keydown event occurs.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keypress event occurs.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a keyup event occurs.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousedown event occurs.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mousemove event occurs.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseout event occurs.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseover event occurs.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when a mouseup event occurs.
outcomefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string which potentially matches the value of from-outcome key in a navigation-case.
relfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The relationship between the current document and the one linked to by this component. This is a space-separated list of link types. Used by bots, not browsers.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
revfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The reverse of the rel attribute. The relationship between the document linked to by this component and the current document.
rolefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the various WAI-ARIA roles that the element is used for. Since: JSF 2.2
shapefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Used by some browsers with the coords to specify the size, shape, and placement of the link.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying where the element is located in the tabbing progression.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies which window, tab, or frame to open the link in.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the title of the element.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the content type of resource located by the URL in the rendered href attribute.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property.

Output generated by Vdldoc View Declaration Language Documentation Generator.