o
Tag selectBooleanCheckbox


The SelectBooleanCheckbox component is an extended version of the standard component that adds such possibilities as tri-state support, customizing checkbox images and state-dependent styles.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn access key for the SelectBooleanCheckbox component.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.select.SelectBooleanCheckbox)
onlynullA value-binding expression that associates the SelectBooleanCheckbox with a backing bean property.
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)
truenullA CSS class name for the SelectBooleanCheckbox component in the disabled state.
disabledSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the selected and disabled state of the SelectBooleanCheckbox.
disabledStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component in the disabled state.
disabledUndefinedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the undefined and disabled state of the SelectBooleanCheckbox.
disabledUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the unselected and disabled state of the SelectBooleanCheckbox.
focusedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the SelectBooleanCheckbox component when it is focused.
focusedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the SelectBooleanCheckbox component when it is focused.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
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)
truenullLanguage code for this component. Rendered as the HTML lang attribute.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the SelectBooleanCheckbox loses focus.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the value of the SelectBooleanCheckbox has changed.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the SelectBooleanCheckbox.
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 that should be executed on the client when the user double-clicks the left mouse button over the SelectBooleanCheckbox.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the SelectBooleanCheckbox receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the SelectBooleanCheckbox.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the SelectBooleanCheckbox.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the SelectBooleanCheckbox.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the SelectBooleanCheckbox with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the SelectBooleanCheckbox.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the SelectBooleanCheckbox.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the SelectBooleanCheckbox.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the SelectBooleanCheckbox.
onselectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code executed when the SelectOneRadio component is selected by the user.
pressedSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the selected and pressed state of the SelectBooleanCheckbox.
pressedUndefinedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the undefined and pressed state of the SelectBooleanCheckbox.
pressedUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the unselected and pressed state of the SelectBooleanCheckbox.
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)
truefalseA flag that indicates whether or not the SelectBooleanCheckbox requires a value.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the SelectBooleanCheckbox component in the rollover state.
rolloverSelectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the selected and rolled over state of the SelectBooleanCheckbox.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component in the rollover state.
rolloverUndefinedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the undefined and rolled over state of the SelectBooleanCheckbox.
rolloverUnselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the unselected and rolled over state of the SelectBooleanCheckbox.
selectedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the SelectBooleanCheckbox component in the selected state.
selectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the selected state of the SelectBooleanCheckbox.
selectedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component in the selected state.
stateListfalsejavax.el.ValueExpression
(must evaluate to boolean)
truenullA sequence of states the user is allowed to cycle through. Can contain state constants : 'selected', 'unselected' and 'undefined'. Evaluates to Iterable of String. If a literal is specified the states must be space delimited.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the SelectBooleanCheckbox component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullPosition of the component in the focus transition chain for the current document.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullAn advisory title for the SelectBooleanCheckbox component.
triStateAllowedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truenullA flag that indicates whether or not the third undefined state is available.
undefinedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the SelectBooleanCheckbox component in the undefined state.
undefinedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the undefined state of the SelectBooleanCheckbox.
undefinedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component in the undefined state.
unselectedClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the SelectBooleanCheckbox component in the unselected state.
unselectedImageUrlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullURL to the image file that is used to render the image that corresponds to the unselected state of the SelectBooleanCheckbox.
unselectedStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the SelectBooleanCheckbox component in the unselected state.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
truenullThe current value of the SelectBooleanCheckbox component.

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.