| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.select.SelectBooleanCheckboxJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An access key for the SelectBooleanCheckbox component. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.select.SelectBooleanCheckbox )
| only | null | A value-binding expression that associates the SelectBooleanCheckbox with a backing bean property. |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The base direction of directionally neutral text. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left). |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that enables or disables the component. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component in the disabled state. |
disabledSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the selected and disabled state of the SelectBooleanCheckbox. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component in the disabled state. |
disabledUndefinedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the undefined and disabled state of the SelectBooleanCheckbox. |
disabledUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the unselected and disabled state of the SelectBooleanCheckbox. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the SelectBooleanCheckbox component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the SelectBooleanCheckbox component when it is focused. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A localized user presentable name for this component. |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Language code for this component. Rendered as the HTML lang attribute. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the SelectBooleanCheckbox loses focus. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the value of the SelectBooleanCheckbox has changed. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the SelectBooleanCheckbox. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript 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). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the SelectBooleanCheckbox. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the SelectBooleanCheckbox receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the SelectBooleanCheckbox. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the SelectBooleanCheckbox. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the SelectBooleanCheckbox. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the SelectBooleanCheckbox with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the SelectBooleanCheckbox. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the SelectBooleanCheckbox. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the SelectBooleanCheckbox. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the SelectBooleanCheckbox. |
onselect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the SelectOneRadio component is selected by the user. |
pressedSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the selected and pressed state of the SelectBooleanCheckbox. |
pressedUndefinedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the undefined and pressed state of the SelectBooleanCheckbox. |
pressedUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the unselected and pressed state of the SelectBooleanCheckbox. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
required | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the SelectBooleanCheckbox requires a value. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component in the rollover state. |
rolloverSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the selected and rolled over state of the SelectBooleanCheckbox. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component in the rollover state. |
rolloverUndefinedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the undefined and rolled over state of the SelectBooleanCheckbox. |
rolloverUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the unselected and rolled over state of the SelectBooleanCheckbox. |
selectedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component in the selected state. |
selectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the selected state of the SelectBooleanCheckbox. |
selectedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component in the selected state. |
stateList | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | null | A 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. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Position of the component in the focus transition chain for the current document. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An advisory title for the SelectBooleanCheckbox component. |
triStateAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | null | A flag that indicates whether or not the third undefined state is available. |
undefinedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component in the undefined state. |
undefinedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the undefined state of the SelectBooleanCheckbox. |
undefinedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component in the undefined state. |
unselectedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the SelectBooleanCheckbox component in the unselected state. |
unselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the image that corresponds to the unselected state of the SelectBooleanCheckbox. |
unselectedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the SelectBooleanCheckbox component in the unselected state. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| true | null | The current value of the SelectBooleanCheckbox component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |