| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.select.SelectManyCheckboxJspTag |
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 | Access key that, when pressed, transfers focus to this element. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.select.SelectManyCheckbox )
| only | null | The value-binding expression that associates the SelectManyCheckbox with a backing bean property. |
border | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| true | null | Width (in pixels) of the border to be drawn around the table containing the options list. |
converter | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A converter for the SelectManyCheckbox's value. Should be specified as a value-binding expression or converter identifier. |
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 | Space-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. |
disabledSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the disabled state of the selected SelectManyCheckbox. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when this component is in the disabled state. |
disabledUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the disabled state of the unselected SelectManyCheckbox. |
enabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
enabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when this component is in the enabled state. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
focusedItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
focusedItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when an item of this component is in the focused state. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when this component is in the focused state, i.e. when focus is set to this component. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Flag 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). |
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 | Code describing the language used in the generated markup for this component. |
layout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Orientation 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". |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the SelectManyCheckbox loses focus. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Javascript code executed when this element loses focus and its value has been modified since gaining focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the user clicks the pointer button over the SelectManyCheckbox. |
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 executed on the client when the user double-clicks the pointer button over the SelectOneRadio. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the SelectManyCheckbox receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when a key is pressed down over the SelectManyCheckbox. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Javascript code executed when a key is pressed and released over this component. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when a key is released over the SelectManyCheckbox. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when a pointer button is pressed down over the SelectManyCheckbox. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the user moves a pointer within the SelectManyCheckbox. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the user moves a pointer away from the SelectManyCheckbox. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when a pointer is moved onto the SelectManyCheckbox. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code executed when the user releases the mouse button over the SelectManyCheckbox. |
onselect | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when text within the component is selected by the user. |
pressedItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
pressedItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when an item of this component is in the pressed state. |
pressedSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the pressed state of the selected SelectManyCheckbox. |
pressedUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the pressed state of the unselected SelectManyCheckbox. |
readonly | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | Flag 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". |
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 | Flag indicating that the user is required to provide a submitted value for this input component. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
rolloverItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
rolloverItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when an item of this component is in the rollover state. |
rolloverSelectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the rolled over state of the selected component. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when this component is in the rollover state, i.e. when pointer is over this component. |
rolloverUnselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the rolled over state of the unselected component. |
selectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the selected state of the SelectManyCheckbox. |
selectedItemClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
selectedItemStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when an item of this component is in the selected state. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | CSS style(s) to be applied when this component is rendered. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Space-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. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767. |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Advisory title information about markup elements generated for this component. |
unselectedImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file, corresponding to the unselected state of the SelectManyCheckbox. |
validator | false | javax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| only | null | A MethodBinding that should point to the method in the backing bean that is called to validate the SelectManyCheckbox's value. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | The current value of the SelectManyCheckbox component. |
valueChangeListener | false | javax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent) )
| only | null | A MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the SelectManyCheckbox changes, this method is executed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |