pe

Tag assignableParam

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.AssignableParameter
Handler Classorg.primefaces.extensions.component.parameters.AssignableParameterHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
assignTotruejakarta.el.ValueExpression
(must evaluate to javax.el.ValueExpression)
ValueExpression where the parameter will be applied.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
converterfalsejakarta.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.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
nametruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the parameter.
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.

Output generated by Vdldoc View Declaration Language Documentation Generator.