p

Tag button

Component Information 
InfoValue
Component Typeorg.primefaces.component.Button
Handler ClassNone
Renderer Typeorg.primefaces.component.ButtonRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key that when pressed transfers focus to button.
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description.
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.
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 button.
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.
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.
inlinefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays button inline instead of fitting the content width, only used by mobile.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Code describing the language used in the generated markup.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button loses focus.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button loses focus and its value has been modified since gaining focus.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button is clicked.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button is double clicked.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when button receives focus.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over button.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over button.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over button.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is pressed down over button.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved within button.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved away from button.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is moved onto button.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer button is released over button.
outcomefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Used to resolve a navigation case.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Makes button read only.
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.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the button.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the button.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position in the tabbing order.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The window target. Default _self.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
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.