p

Tag chip

Component Information 
InfoValue
Component Typeorg.primefaces.component.Chip
Handler ClassNone
Renderer Typeorg.primefaces.component.ChipRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
iconfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the icon to display.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
imagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the image to display.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the text to display.
removablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to display a remove icon.
removeIconClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Icon of the remove element.
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 component.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class 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.