Attributes |
Name | Required | Request-time | Type | Description |
binding | no | false | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
bodyClass | no | false | java.lang.String | Style class to apply to the container UL element. |
bodyStyle | no | false | java.lang.String | Style rules to apply to the container UL element. |
bottomButtonClass | no | false | java.lang.String | Style class to apply to the span defining the bottom button icon. Default = 'ui-icon ui-icon-arrowstop-1-s'. |
compact | no | false | java.lang.Boolean | Enables an alternate style on the table that uses greatly reduced padding and a 8 point default font. Default = 'false'. |
controlsContainerClass | no | false | java.lang.String | Style class to apply to the DIV surrounding the reordering controls. |
controlsEnabled | no | false | java.lang.Boolean | Enable a set of buttons to control reordering of items within this list.Requires selection of determine items to adjust via buttons. Default = 'false'. |
controlsFormat | no | false | java.lang.String | Defines the order in which the reordering buttons render. Specify a space delimited list of values such as "top", "up", "dwn", "btm". Default = 'top up dwn btm'. |
controlsItemClass | no | false | java.lang.String | Style class to apply to the div surrounding the individual reordering icons. Default = 'ui-state-default ui-corner-all'. |
controlsSpacerClass | no | false | java.lang.String | Style class to apply to the spacer container around each button element. |
doubleClickMigration | no | false | java.lang.Boolean | Enable single item migration to the next list in the first matching ListControl via item double clicks; with reverse migation via shift double clicks. If used in a dual list configuration the reverse migration is implied for the second list, and holding the shift key isn't required. Note this attribute has no effect when an f:selectItem(s) model is used. Default = 'true'. |
downButtonClass | no | false | java.lang.String | Style class to apply to the span defining the down button icon. Default = 'ui-icon ui-icon-arrow-1-s'. |
dragging | no | false | java.lang.Boolean | Enable the dragging of list items in this list. Note this attribute has no effect when an f:selectItem(s) model is used. Default = 'true'. |
dropGroup | no | false | java.lang.String | Enables inter-list dragging and dropping; an identifier used to link this region and others for bi-directional dropping. Note this attribute has no effect when an f:selectItem(s) model is used. |
first | no | false | int | Zero-relative row number of the first row in the underlying data model to be displayed, or zero to start at the beginning of the data model. Default = '0'. |
footerClass | no | false | java.lang.String | Style class to apply to the footer DIV element. |
footerStyle | no | false | java.lang.String | Style rules to apply to the footer DIV element. |
headerClass | no | false | java.lang.String | Style class to apply to the header DIV element. |
headerStyle | no | false | java.lang.String | Style rules to apply to the header DIV element. |
height | no | false | java.lang.String | Defines a CSS height value to set in the UL element style. eg. '200px', '10%', etc. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
itemClass | no | false | java.lang.String | Style class to apply to the iterative LI element. |
itemStyle | no | false | java.lang.String | Style rules to apply to the iterative LI element. |
placeholder | no | false | java.lang.Boolean | Enable adding a style to the whitespace that is cleared for a list item being dragged / dropped. Default = 'true'. |
placeholderClass | no | false | java.lang.String | Style class to apply to the optional dragging placeholder LI element. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
rowIndex | no | false | int | Zero-relative index of the row currently being accessed in the underlying DataModel, or -1 for no current row. Default = '0'. |
rows | no | false | int | The number of rows (starting with the one identified by the first property) to be displayed, or zero to display the entire set of available rows. Default = '0'. |
selectionListener | no | false | javax.el.MethodExpression | Define a method listener that is passed a ListSelectEvent wrapping the arrayof items newly selected in a single request. |
selectionMode | no | false | java.lang.String | Enables item selection via clicking when defined as "multiple" or "single". The default value of the property is null; this and any value other than "multiple" or "single" disables selection for the list. Note that each click begins a new selection. If "multiple" is set, CTRL (or Command) + Click adds to (or removes from) the selection, and Shift + Click will add to the selection all unselected items between the previous selection (or deselection) and the clicked item (inclusive of the clicked item itself). |
selections | no | false | java.util.Set | Defines the set of Objects from the source List that are selected. Note that when f:selectItem(s) children are used as the model to this ace:list that selections are instead added to the Collection bound to the value attribute, to more closely emulate the h:selectManyListbox component. |
style | no | false | java.lang.String | Style rules to apply to the container DIV element |
styleClass | no | false | java.lang.String | Style class to apply to the container DIV element. |
topButtonClass | no | false | java.lang.String | Style class to apply to the span defining the top button icon. Default = 'ui-icon ui-icon-arrowstop-1-n'. |
upButtonClass | no | false | java.lang.String | Style class to apply to the span defining the up button icon. Default = 'ui-icon ui-icon-arrow-1-n'. |
value | no | false | java.lang.Object | The DataModel instance representing the data to which this component is bound, or a collection of data for which a DataModel instance is synthesized. |
var | no | false | java.lang.String | The request-scope attribute (if any) under which the data object for the current row will be exposed when iterating. |