primefaces-extensions

Tag fuzzySearch

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.FuzzySearch
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
ariaDescribedByfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The aria-describedby attribute is used to define a component id that describes 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.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, component is disabled.Default is false.
groupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
hideNoSelectionOptionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating that, if this component is activated by the user, The "no selection option", if any, must be hidden.Default is false.
highlightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, matching text is highlighted.Default is true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
immediatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component.Default is false.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
listItemsAtTheBeginningfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, list items are shown before search.Default is false.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when selection changes.
placeholderfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Placeholder text for the search input.
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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
resultStylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style for result items.
resultStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class for result items.
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.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tab index for accessibility.
unselectablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, selection can be cleared.Default is true.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.