| Info | Value |
|---|---|
| Component Type | org.primefaces.component.SelectOneMenu |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
accesskey | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Access key to transfer focus to the input element. |
alwaysDisplayLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Always display the 'label' value instead of the selected item label.Default is false. |
appendTo | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Appends the overlay to the element defined by search expression. Defaults to document body.Default is @(body). |
ariaDescribedBy | false | jakarta.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. |
autocomplete | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Controls browser autocomplete behavior for editable input field. |
autoWidth | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Calculates a fixed width based on the width of the maximum option label. Possible values: auto, true, false.Default is auto. |
binding | false | jakarta.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. |
caseSensitive | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if filtering would be case sensitive.Default is false. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| EL expression resolves to a converter instance or literal converter ID defining a component converter. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
dir | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Direction indication for text that does not inherit directionality.Default is ltr. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that an element should be disabled.Default is false. |
disabledClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
dynamic | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if dynamic loading is enabled for the element's panel. If the value is "true", the overlay is not rendered on page load to improve performance.Default is false. |
editable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When true, allows the user to edit the dropdown value by typing directly into the input field.Default is false. |
enabledClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
filter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Displays an input filter for the list.Default is false. |
filterFunction | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client side function to use in custom filterMatchMode. |
filterMatchMode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Match mode for filtering, valid values are startsWith (default), contains, endsWith and custom. |
filterNormalize | false | jakarta.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. |
filterPlaceholder | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Watermark displayed in the filter input field before the user enters a value. |
group | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines the height of the scrollable area.Default is 200. |
hideNoSelectionOption | false | jakarta.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. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
immediate | false | jakarta.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. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| User presentable name used in conjuction with 'alwaysDisplayLabel' to display instead of selected item. |
labelTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Displays label of the element in a custom template. Valid placeholder is {0}. |
lang | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
maxlength | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum number of characters that may be entered in this field.Default is Integer.MAX_VALUE. |
onblur | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element loses focus. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the value of an element has been changed. |
onclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse click on the element. |
ondblclick | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse double-click on the element. |
onfocus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when an element gets focus. |
onkeydown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user is pressing a key. |
onkeypress | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user presses a key. |
onkeyup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a user releases a key. |
onmousedown | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is pressed down on an element. |
onmousemove | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer is moving while it is over an element. |
onmouseout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves out of an element. |
onmouseover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when the mouse pointer moves onto an element. |
onmouseup | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Fires when a mouse button is released over an element. |
panelStyle | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the dropdown panel container element. |
panelStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the dropdown panel container element. |
placeholder | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Watermark displayed in the input field before the user enters a value in an HTML5 browser. |
readonly | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Specifies that an input field is read-only.Default is false. |
rendered | false | jakarta.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. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required.Default is false. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies an inline CSS style for an element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies one or more CSS class names for an element. |
syncTooltip | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Updates the title of the component with the description of the selected item.Default is false. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the tab order of an element. |
title | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Advisory tooltip information. |
touchable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable touch if supported by device. NULL uses global default or primefaces.TOUCHABLE. Default: globally enabled. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the iterator variable that references each element in the data set. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.