p

Tag linkButton

Component Information 
InfoValue
Component Typeorg.primefaces.component.LinkButton
Handler ClassNone
Renderer Typeorg.primefaces.component.LinkButtonRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key that when pressed transfers focus to the link.
ariaLabelfalsejakarta.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.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
charsetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Character encoding of the resource designated by this hyperlink.
coordsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position and shape of the hot spot on the screen for client use in image maps.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality. Valid values are LTR and RTL.
disableClientWindowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disable appending the on the rendering of this element.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables the element.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if label of the component is escaped or not.
fragmentfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the target page which should be scrolled to.
hreffalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Resource to link to.
hreflangfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Language code of the resource designated by the link.
iconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the button.
iconPosfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the icon, default value is left.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
includeViewParamsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to include page parameters in target URI. Default is false.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when link loses focus.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when link is clicked.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when link is double clicked.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when link receives focus.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over link.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over link.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over link.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is pressed down over link.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved within link.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved away from link.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved onto link.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is released over link.
outcomefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Used to resolve a navigation case.
relfalsejakarta.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.
renderedfalsejakarta.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.
revfalsejakarta.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.
shapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shape of hot spot on the screen, valid values are default, rect, circle and poly.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style to be applied on the anchor element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
StyleClass to be applied on the anchor element
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the button element in the tabbing order.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of a frame where the resource targeted by this link will be displayed.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
typefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Type of resource referenced by the link.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Value of the component than can be either an EL expression of a literal text.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.