o
Tag selectOneRadio




Tag Information
Tag Classorg.openfaces.taglib.jsp.select.SelectOneRadioJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAccess key that, when pressed, transfers focus to this element.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.select.SelectOneRadio)
onlynullThe value-binding expression that associates the SelectOneRadio with a backing bean property.
borderfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
truenullWidth (in pixels) of the border to be drawn around the table containing the options list.
converterfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA converter for the DrowDownField's value. Should be specified as a value-binding expression or converter identifier.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe base direction of directionally neutral text. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left).
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that enables or disables the component.
disabledClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when this element is in the disabled state. This value must be passed through as the "class" attribute on generated markup.
disabledSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the disabled state of the selected SelectOneRadio.
disabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when this component is in the disabled state.
disabledUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the disabled state of the unselected SelectOneRadio.
enabledClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when this element is in the enabled state. This value must be passed through as the "class" attribute on generated markup.
enabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when this component is in the enabled state.
focusedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when this element is in the focused state, i.e. focus is set to this component. This value must be passed through as the "class" attribute on generated markup.
focusedItemClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when an item of this component is in the focused state. This value must be passed through as the "class" attribute on generated markup.
focusedItemStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when an item of this component is in the focused state.
focusedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when this component is in the focused state, i.e. when focus is set to this component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
immediatefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseFlag that indicates whether or not valueChangeListener should be executed immediately (during the Apply Request Values phase of the request processing life-cycle instead of Process Validations phase) and the component's input should be converted and validated immediately (during the Apply Request Values phase of the request processing life-cycle instead of the Process Validations phase).
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA localized user presentable name for this component.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCode describing the language used in the generated markup for this component.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullOrientation of the options list to be created. Valid values are "pageDirection" (list is laid out vertically), or "lineDirection" (list is laid out horizontally). If not specified, the default value is "lineDirection".
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the SelectOneRadio loses focus.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavascript code executed when this element loses focus and its value has been modified since gaining focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the user clicks the pointer button over the SelectOneRadio.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed on the client when the user double-clicks the pointer button over the SelectOneRadio.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the SelectOneRadio receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when a key is pressed down over the SelectOneRadio.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavascript code executed when a key is pressed and released over this component.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when a key is released over the SelectOneRadio.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when a pointer button is pressed down over the SelectOneRadio.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the user moves a pointer within the SelectOneRadio.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the user moves a pointer away from the SelectOneRadio.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when a pointer is moved onto the SelectOneRadio.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the user releases the mouse button over the SelectOneRadio.
onselectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when text within the component is selected by the user.
pressedItemClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when an item of this component is in the pressed state. This value must be passed through as the "class" attribute on generated markup.
pressedItemStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when an item of this component is in the pressed state.
pressedSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the pressed state of the selected SelectOneRadio.
pressedUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the pressed state of the unselected SelectOneRadio.
readonlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseFlag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled. A value of false causes no attribute to be rendered, while a value of true causes the attribute to be rendered as readonly="readonly".
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
requiredfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseFlag indicating that the user is required to provide a submitted value for this input component.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when this element is in the rollover state, i.e. when pointer is over this component. This value must be passed through as the "class" attribute on generated markup.
rolloverItemClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when an item of this component is in the rollover state. This value must be passed through as the "class" attribute on generated markup.
rolloverItemStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when an item of this component is in the rollover state.
rolloverSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the rolled over state of the selected component.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when this component is in the rollover state, i.e. when pointer is over this component.
rolloverUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the rolled over state of the unselected component.
selectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the selected state of the SelectOneRadio.
selectedItemClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when an item of this component is in the selected state. This value must be passed through as the "class" attribute on generated markup.
selectedItemStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when an item of this component is in the selected state.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullCSS style(s) to be applied when this component is rendered.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullPosition of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAdvisory title information about markup elements generated for this component.
unselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file, corresponding to the unselected state of the SelectOneRadio.
validatorfalsejavax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object))
onlynullA MethodBinding that should point to the method in the backing bean that is called to validate the SelectOneRadio's value.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe current value of the SelectOneRadio component.
valueChangeListenerfalsejavax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent))
onlynullA MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the SelectOneRadio changes, this method is executed.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.