Attributes |
Name | Required | Binding Type | EL | Default | Description |
addAllHint | false | 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 | java.lang.String | true | "Add All" | Text for the "Add All" button. |
addHint | false | 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 | java.lang.String | true | "Add" | Text for the "Add" button. |
allowAddRemoveAll | false | boolean | true | true | A flag that indicates whether or not the "Add All" and "Remove All" buttons are shown. |
allowItemsOrdering | false | boolean | true | true | A flag that indicates whether or not the ordering feature is enabled. Ordering is allowed only in the right list. |
allowSorting | false | 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. |
binding | false | teamdev.jsf.component.twolistselection.TwoListSelection | only | null | A value-binding expression that associates the TwoListSelection with a backing bean property. |
buttonClass | false | java.lang.String | true | null | A CSS class name for the TwoListSelection's command buttons. |
buttonStyle | false | java.lang.String | true | null | A style for the TwoListSelection's command buttons. |
converter | false | java.lang.String | true | null | A converter for the TwoListSelection's value. Should be specified as a value-binding expression or converter identifier. |
headerClass | false | java.lang.String | true | null | A CSS class name for the TwoListSelection headers. |
headerStyle | false | java.lang.String | true | null | A style for the TwoListSelection headers. |
id | false | java.lang.String | false | null | The component identifier. |
immediate | false | 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). |
leftListboxHeader | false | java.lang.String | true | null | Text for the header of the left list. |
listClass | false | java.lang.String | true | null | A CSS class name for the TwoListSelection list boxes. |
listStyle | false | java.lang.String | true | null | A style for the TwoListSelection list boxes. |
moveDownHint | false | 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 | java.lang.String | true | "Down" | Text for the "Down" button. |
moveUpHint | false | 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 | java.lang.String | true | "Up" | Text for the "Up" button. |
onadd | false | java.lang.String | true | null | JavaScript code that should be executed on the client when an item(s) is added to the selected list. |
onremove | false | 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 | 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 | java.lang.String | true | "Remove All" | Text for the "Remove All" button. |
removeHint | false | 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 | java.lang.String | true | "Remove" | Text for the "Remove" button. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
required | false | boolean | true | false | A flag that indicates whether or not the TwoListSelection requires a value. |
rightListboxHeader | false | java.lang.String | true | null | Text for the header of the right list. |
size | false | int | true | 10 | The maximum number of items to be displayed at a time in the lists. |
style | false | java.lang.String | true | null | A style for the entire TwoListSelection component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire TwoListSelection component. |
validator | false | javax.faces.el.MethodBinding | 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 | list of Object,
array of Object | only | null | A list of selected items in the TwoListSelection. |
valueChangeListener | false | javax.faces.el.MethodBinding | 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. |