primefaces

Tag selectManyMenu

Component Information 
InfoValue
Component Typeorg.primefaces.component.SelectManyMenu
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
accesskeyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
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.
caseSensitivefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if filtering would be case sensitive.Default is false.
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
dirfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an element should be disabled.Default is false.
disabledClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
enabledClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
filterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays an input filter for the list.Default is false.
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 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.
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.
langfalsejakarta.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.
onblurfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element loses focus.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the value of an element has been changed.
onclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse click on the element.
ondblclickfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse double-click on the element.
onfocusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when an element gets focus.
onkeydownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user is pressing a key.
onkeypressfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user presses a key.
onkeyupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a user releases a key.
onmousedownfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is pressed down on an element.
onmousemovefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer is moving while it is over an element.
onmouseoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves out of an element.
onmouseoverfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when the mouse pointer moves onto an element.
onmouseupfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Fires when a mouse button is released over an element.
readonlyfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies that an input field is read-only.Default is false.
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
rolefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
scrollHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Defines the height of the scrollable area.Default is Integer.MAX_VALUE.
showCheckboxfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, a checkbox is displayed next to each item.Default is false.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies an inline CSS style for an element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies one or more CSS class names for an element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the tab order of an element.
titlefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies extra information about an element (displayed as a tooltip).
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.
varfalsejakarta.el.ValueExpression
(must evaluate to java.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.