p

Tag selectOneButton

Component Information 
InfoValue
Component Typeorg.primefaces.component.SelectOneButton
Handler ClassNone
Renderer Typeorg.primefaces.component.SelectOneButtonRenderer
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.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.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 java.lang.Boolean)
Disables or enables the component.
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)
Label of the button.
layoutfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Layout of the selectOneButton, valid values are 'custom' or 'default'.
onchangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript to execute when the value of the button changes.
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.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the button element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the button element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
unselectablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Unselectable mode when true allows the button to be unselected. Default 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)
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 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.