Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.datatable.DataTablePaginator | only | null | A value-binding expression that associates the component with a backing bean property. |
firstDisabledImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render a disabled First image button. |
firstImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the First image button. |
firstText | false | java.lang.String | true | "Go to first page" | Text that is displayed in the tooltip for the First image button. |
id | false | java.lang.String | false | null | The component identifier. |
lastDisabledImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render a disabled Last image button. |
lastImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the Last image button. |
lastText | false | java.lang.String | true | "Go to last page" | Text that is displayed in the tooltip for the Last image button. |
nextDisabledImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render a disabled Next image button. |
nextImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the Next image button. |
nextText | false | java.lang.String | true | "Go to next page" | Text that is displayed in the tooltip for the Next image button. |
pageCountPreposition | false | java.lang.String | true | "of" | The text that separates the text field and the total number of pages. |
pageNumberFieldClass | false | java.lang.String | true | null | A CSS class name for the text field for entering a page number. |
pageNumberFieldStyle | false | java.lang.String | true | null | A style for the text field for entering a page number. |
pageNumberPrefix | false | java.lang.String | true | "Page" | The text that precedes the page number field. |
previousDisabledImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render a disabled Previous image button. |
previousImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the Previous image button. |
previousText | false | java.lang.String | true | "Go to previous page" | Text that is displayed in the tooltip for the Previous image button. |
rendered | false | boolean | true | true | A flag that indicates whether or not the component is visible. |
showDisabledImages | false | boolean | true | true | A flag that indicates whether or not to show disabled images. |
showIfOnePage | false | boolean | true | true | A flag that indicates whether or not to show the DataTablePaginator component if all the records provided by the "value" attribute fit into one page. |
showPageCount | false | boolean | true | true | A flag that indicates whether or not to show the total number of pages. |
style | false | java.lang.String | true | null | A style for the DataTablePaginator component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the DataTablePaginator component. |