| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Button |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
accesskey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Access key to transfer focus to the input element. |
alt | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
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. |
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.Default is generated. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Direction indication for text that does not inherit directionality. |
disableClientWindow | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disable appending the on the rendering of this element.Default is false. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables button.Default is false. |
escape | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if label of the component is escaped or not.Default is true. |
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. |
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 is left. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
includeViewParams | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to include page parameters in target URI.Default is false. |
inline | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Displays button inline instead of fitting the content width, only used by mobile.Default is false. |
lang | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
onblur | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element loses focus. |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse click on the element. |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse double-click on the element. |
onfocus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element gets focus. |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user is pressing a key. |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user presses a key. |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user releases a key. |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is pressed down on an element. |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer is moving while it is over an element. |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves out of an element. |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves onto an element. |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is released over an element. |
outcome | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Used to resolve a navigation case. |
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.Default is true. |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines the size of the button, valid values are "small" and "large". |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies an inline CSS style for an element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies one or more CSS class names for an element. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the tab order of an element. |
target | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| The window target.Default is _self. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies extra information about an element (displayed as a tooltip). |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
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.