Info | Value |
---|---|
Component Type | org.primefaces.component.DataList |
Display Name | None |
Handler Class | None |
Renderer Type | org.primefaces.component.DataListRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
rendered | false | javax.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. |
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Datasource of the component. |
var | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the iterator variable used to refer each data. |
rows | false | javax.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. |
first | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Index of the first data to display. |
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Type of the list, valid values are "unordered", "ordered" and "definition". Default is unordered. |
itemType | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the list item type. |
paginator | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Enables pagination. Default is false. |
paginatorTemplate | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Template of the paginator. |
rowsPerPageTemplate | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Template of the rowsPerPage dropdown. |
currentPageReportTemplate | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Template of the currentPageReport UI. |
pageLinks | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| Maximum number of page links to display. Default is 10. |
paginatorPosition | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the paginator. Default is both. |
paginatorAlwaysVisible | false | javax.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. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container. |
rowIndexVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of iterator to refer each row index. |
varStatus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the exported request scoped variable for the status of the iteration. |
lazy | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if lazy loading is enabled for the data component. |
emptyMessage | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Text to display when there is no data to display. Default is "No records found." |
Output generated by Vdldoc View Declaration Language Documentation Generator.