primefaces-p

Tag selectOneMenu

Component Information 
InfoValue
Component Typeorg.primefaces.component.SelectOneMenu
Handler ClassNone
Renderer Typeorg.primefaces.component.SelectOneMenuRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.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.
immediatefalsejavax.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.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
effectSpeedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
panelStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
panelStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the height of the scrollable area.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
editablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
filterfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays an input filter for the list.
filterMatchModefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Match mode for filtering, valid values are startsWith (default), contains, endsWith and custom.
filterFunctionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side function to use in custom filterMatchMode.
filterPlaceholderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Watermark displayed in the filter input field before the user enters a value in an HTML5 browser.
caseSensitivefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if filtering would be case sensitive. Default is false.
maxlengthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum number of characters that may be entered in this field.
appendTofalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Appends the overlay to the element defined by search expression. Defaults to document body.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
syncTooltipfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Updates the title of the component with the description of the selected item.
labelTemplatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Displays label of the element in a custom template. Valid placeholder is {0}.
placeholderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Watermark displayed in the input field before the user enters a value in an HTML5 browser.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when element receives focus.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when element loses focus.
autoWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Calculates a fixed width based on the width of the maximum option label. Set to false for custom width.
dynamicfalsejavax.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.

Output generated by Vdldoc View Declaration Language Documentation Generator.