| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.MethodParameter |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
| An EL expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a naming container. |
name | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the parameter. |
Output generated by Vdldoc View Declaration Language Documentation Generator.