The selectOneRadio component creates a component which allows the user to select a single value from a set of items displayed as a series of radio buttons. It can contain any number of <f:selectItem>, <f:selectItems>, or <tr:selectItem> components, each of which represents an available option that the user may select.
Type | Phases | Description |
---|---|---|
javax.faces.event.ValueChangeEvent | Apply Request Values | The valueChange event is delivered when the value attribute is changed. |
org.apache.myfaces.trinidad.event.AttributeChangeEvent | Apply Request Values | Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
|
|