| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.table.DataTablePaginatorJspTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.table.DataTablePaginator )
| only | null | A value-binding expression that associates the component with a backing bean property. |
firstDisabledImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render a disabled First image button. |
firstImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the First image button. |
firstText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Go to first page" | Text that is displayed in the tooltip for the First image button. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
lastDisabledImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render a disabled Last image button. |
lastImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the Last image button. |
lastText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Go to last page" | Text that is displayed in the tooltip for the Last image button. |
nextDisabledImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render a disabled Next image button. |
nextImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the Next image button. |
nextText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Go to next page" | Text that is displayed in the tooltip for the Next image button. |
pageCountPreposition | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "of" | The text that separates the text field and the total number of pages. |
pageNumberFieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the text field for entering a page number. |
pageNumberFieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field for entering a page number. |
pageNumberPrefix | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Page" | The text that precedes the page number field. |
previousDisabledImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render a disabled Previous image button. |
previousImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL to the image file that is used to render the Previous image button. |
previousText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Go to previous page" | Text that is displayed in the tooltip for the Previous image button. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
showDisabledImages | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show disabled images. |
showIfOnePage | false | javax.el.ValueExpression
(must evaluate to 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 | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show the total number of pages. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the DataTablePaginator component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the DataTablePaginator component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |