| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.select.TwoListSelectionJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
addAllHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Add all" | Text for a tooltip that appears when the user places the mouse pointer over the "Add All" button. |
addAllText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Add All" | Text for the "Add All" button. |
addHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Add selected" | Text for a tooltip that appears when the user places the mouse pointer over the "Add" button. |
addText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Add" | Text for the "Add" button. |
allowAddRemoveAll | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the "Add All" and "Remove All" buttons are shown. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.select.TwoListSelection )
| only | null | A value-binding expression that associates the TwoListSelection component with a backing bean property. |
buttonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection's command buttons. |
buttonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection's command buttons. |
converter | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A converter for the TwoListSelection's value. Should be specified as a value-binding expression or converter identifier. |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that enables or disables the component. |
disabledButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection's command buttons in the disabled state. |
disabledButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection's command buttons in the disabled state. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire TwoListSelection component in the disabled state. |
disabledHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection headers in the disabled state. |
disabledHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection headers in the disabled state. |
disabledListClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection list boxes in the disabled state. |
disabledListStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection list boxes in the disabled state. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire TwoListSelection component in the disabled state. |
headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection headers. |
headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection headers. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the valueChangeListener should be executed immediately (during the Apply Request Values phase of the request processing lifecycle 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 lifecycle 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. Used when constructing validation messages for this component in the same way as for the standard |
leftListboxHeader | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for the header of the left list. |
listClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection list boxes. |
listStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection list boxes. |
moveDownHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Move Down" | Text for a tooltip that appears when the user places the mouse pointer over the "Down" button. |
moveDownText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Down" | Text for the "Down" button. |
moveUpHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Move Up" | Text for a tooltip that appears when the user places the mouse pointer over the "Up" button. |
moveUpText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Up" | Text for the "Up" button. |
onadd | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when an item(s) is added to the selected list. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when an item(s) is added or removed to/from the selected list. |
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 TwoListSelection. |
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 TwoListSelection. |
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 TwoListSelection. |
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 TwoListSelection. |
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 TwoListSelection. |
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 TwoListSelection 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 TwoListSelection. |
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 TwoListSelection. |
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 TwoListSelection. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the TwoListSelection. |
onremove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when an item(s) is removed from the selected list. |
removeAllHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Remove all" | Text for a tooltip that appears when the user places the mouse pointer over the "Remove All" button. |
removeAllText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Remove All" | Text for the "Remove All" button. |
removeHint | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Remove selected" | Text for a tooltip that appears when the user places the mouse pointer over the "Remove" button. |
removeText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Remove" | Text for the "Remove" button. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
reorderingAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the ordering feature is enabled. Ordering is allowed only in the right list. |
required | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the TwoListSelection requires a value. |
rightListboxHeader | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Text for the header of the right list. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the TwoListSelection component in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the TwoListSelection component in the rollover state. |
size | false | javax.el.ValueExpression
(must evaluate to int )
| true | 10 | The maximum number of items to be displayed at a time in the lists. |
sortingAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not sorting is enabled. Sorting is allowed only in the right list. This attribute makes sense only if the text to be displayed in the header of the right list is specified. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire TwoListSelection component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire TwoListSelection 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. |
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 TwoListSelection's value. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | A list of selected items in the TwoListSelection. |
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 TwoListSelection changes, this method is executed. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |