| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.LinkButton | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.LinkButtonRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| accesskey | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Access key that when pressed transfers focus to the link. | 
| ariaLabel | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | The aria-label attribute is used to define a string that labels the current element for accessibility. Only used when the button is icon only. | 
| binding | false | jakarta.el.ValueExpression(must evaluate to jakarta.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| charset | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Character encoding of the resource designated by this hyperlink. | 
| coords | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Position and shape of the hot spot on the screen for client use in image maps. | 
| dir | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Direction indication for text that does not inherit directionality. Valid values are LTR and RTL. | 
| disableClientWindow | false | jakarta.el.ValueExpression(must evaluate to java.lang.Boolean) | Disable appending the on the rendering of this element. | 
| disabled | false | jakarta.el.ValueExpression(must evaluate to java.lang.Boolean) | Disables the element. | 
| escape | false | jakarta.el.ValueExpression(must evaluate to java.lang.Boolean) | Defines if label of the component is escaped or not. | 
| fragment | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Identifier of the target page which should be scrolled to. | 
| href | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Resource to link to. | 
| hreflang | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Language code of the resource designated by the link. | 
| icon | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Icon of the button. | 
| iconPos | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Position of the icon, default value is left. | 
| id | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| includeViewParams | false | jakarta.el.ValueExpression(must evaluate to java.lang.Boolean) | Whether to include page parameters in target URI. Default is false. | 
| onblur | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when link loses focus. | 
| onclick | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when link is clicked. | 
| ondblclick | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when link is double clicked. | 
| onfocus | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when link receives focus. | 
| onkeydown | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is pressed down over link. | 
| onkeypress | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is pressed and released over link. | 
| onkeyup | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is released over link. | 
| onmousedown | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is pressed down over link. | 
| onmousemove | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved within link. | 
| onmouseout | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved away from link. | 
| onmouseover | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved onto link. | 
| onmouseup | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is released over link. | 
| outcome | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Used to resolve a navigation case. | 
| rel | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Relationship from the current document to the anchor specified by the link, values are provided by a space-separated list of link types. | 
| rendered | false | jakarta.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
| rev | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | A reverse link from the anchor specified by this link to the current document, values are provided by a space-separated list of link types. | 
| shape | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Shape of hot spot on the screen, valid values are default, rect, circle and poly. | 
| style | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Style to be applied on the anchor element. | 
| styleClass | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | StyleClass to be applied on the anchor element | 
| tabindex | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Position of the button element in the tabbing order. | 
| target | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Name of a frame where the resource targeted by this link will be displayed. | 
| title | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Advisory tooltip information. | 
| type | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Type of resource referenced by the link. | 
| value | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Value of the component than can be either an EL expression of a literal text. | 
| widgetVar | false | jakarta.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.