Attributes |
Name | Required | Request-time | Type | Description |
totalItems | true | false | java.lang.String |
Total number of items in the list. This attribute is read-only;
the widget will get this value, but not set it.
|
firstItem | false | false | java.lang.String | The item number (0-based) of the first item displayed.
This attribute is read-write; the widget will get this value, and set it when
it is changed. Alternate to using the value attribute. |
pageSize | false | false | java.lang.String |
Number of items to display in a single page of items.
Default is 20. This attribute is read-write; the widget will get this value, and set it when
it is changed. Alternate to using the value attribute.
|
accesskeys | false | false | java.lang.String |
Whether to have HTML "accesskey" attributes for the buttons. Default is false.
|
value | false | false | java.lang.String |
The value (which is the paging state of this widget) is two numbers
in a String, of the form "firstItem,pageSize".
See attributes firstItem and pageSize.
|
lastItem | false | false | java.lang.String | One past the last item displayed (eg, items 1-10 would have lastItem=10).
This attribute is write-only; the widget calculates this attribute
and sets it when it has changed.
|
valueChangeListener | false | false | java.lang.String |
Register a listener that will be called when the widget value (the paging state) changes.
See the value attribute.
|
pageSizes | false | false | java.lang.String |
String which is a list of options of number of items per page. Default is "5,10,20,50,100".
|
renderFirst | false | false | java.lang.String | Whether to display the "first item" button. Default is true. |
renderPrev | false | false | java.lang.String | Whether to display the "previous item" button. Default is true. |
renderNext | false | false | java.lang.String | Whether to display the "next item" button. Default is true. |
renderLast | false | false | java.lang.String | Whether to display the "last item" button. Default is true. |
renderPageSize | false | false | java.lang.String | Whether to display the select page size dropdown. Default is true. |
textFirst | false | false | java.lang.String | Text to display on the button which goes to the first page of items. Default is "|<". |
textPrev | false | false | java.lang.String | Text to display on the button which goes to the previous page of items. Default is "<". |
textNext | false | false | java.lang.String | Text to display on the button which goes to the next page of items. Default is ">". |
textLast | false | false | java.lang.String | Text to display on the button which goes to the last page of items. Default is ">|". |
textPageSize | false | false | java.lang.String | Text message to display for selecting page size. Default is "Show {0}". |
textItem | false | false | java.lang.String | Word that describes the items. Default is "items". This might be (for example) "students". |
textStatus | false | false | java.lang.String | Text message to display the status of paging. Default is "Viewing {0} to {1} of {2} {3}". |
binding | false | false | java.lang.String |
Component reference expression for this component.
|
id | false | false | java.lang.String |
Component id of this component.
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
immediate | false | false | java.lang.String |
Flag indicating that this component's value must be
converted and validated immediately (that is, during
Apply Request Values phase), rather than waiting
until Process Validations phase.
|