primefaces

Tag button

Component Information 
InfoValue
Component Typeorg.primefaces.component.Button
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No 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 jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
disableClientWindowfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disable appending the on the rendering of this element.Default is false.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables button.Default is false.
escapefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if label of the component is escaped or not.Default is true.
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 is left.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
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.Default is false.
langfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element loses focus.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element gets focus.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
outcomefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Used to resolve a navigation case.
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.Default is true.
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
sizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the size of the button, valid values are "small" and "large".
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the tab order of an element.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The window target.Default is _self.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.