| Info | Value |
|---|---|
| Component Type | org.primefaces.component.DataList |
| Handler Class | None |
| Renderer Type | org.primefaces.component.DataListRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
currentPageReportTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Template of the currentPageReport UI. |
emptyMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Text to display when there is no data to display. Default is "No records found." |
first | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Index of the first data to display. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
itemStyleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of an item in list. This option is useful to assign specific styles to certain items using an EL expression. |
itemType | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Specifies the list item type. |
lazy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if lazy loading is enabled for the data component. |
multiViewState | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to keep list state across views, defaults to false. |
pageLinks | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Maximum number of page links to display. Default is 10. |
paginator | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enables pagination. Default is false. |
paginatorAlwaysVisible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if paginator should be hidden if total data count is less than number of rows per page. |
paginatorPosition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of the paginator. Default is both. |
paginatorTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Template of the paginator. |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
rowIndexVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of iterator to refer each row index. |
rows | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of rows to display per page. Default value is 0 meaning to display all data available. |
rowsPerPageTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Template of the rowsPerPage dropdown. |
rowStatePreserved | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Keeps state of its children on a per-row basis. Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the main container. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the main container. |
touchable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enable touch support if browser detection supports it. Default is false because it is globally enabled by default. |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Type of the list, valid values are "unordered", "ordered" and "definition". Default is unordered. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Datasource of the component. |
var | false | java.lang.String | Name of the iterator variable that references each element in the data set. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the exported request scoped variable for the status of the iteration. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.