p

Tag selectManyMenu

Component Information 
InfoValue
Component Typeorg.primefaces.component.SelectManyMenu
Handler ClassNone
Renderer Typeorg.primefaces.component.SelectManyMenuRenderer
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.
caseSensitivefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if filtering would be case sensitive. Default is false.
collectionTypefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Optional attribute that is a literal string that is the fully qualified class name of a concrete class that implements java.util.Collection, or an EL expression that evaluates to either 1. such a String, or 2. the Class object itself.
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.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
disabledfalsejakarta.el.ValueExpression
(must evaluate to boolean)
No Description
filterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays an input filter for the list.
filterFunctionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side function to use in custom filterMatchMode.
filterMatchModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering, valid values are startsWith (default), contains, endsWith and custom.
filterNormalizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if filtering would be done using normalized values (accents will be removed from characters). Default is false.
hideNoSelectionOptionfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating that, if this component is activated by the user, The "no selection option", if any, must be hidden.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
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)
No Description
metaKeySelectionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
The meta key (SHIFT or CTRL) must be held down to multi-select items. Default is true.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
scrollHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the height of the scrollable area.
showCheckboxfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, a checkbox is displayed next to each item.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the input element in the tabbing order.
validatorfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
varfalsejava.lang.String Name of iterator to be used in custom content display.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.