| Info | Value |
|---|---|
| Component Type | org.primefaces.component.DataScroller |
| Handler Class | None |
| Renderer Type | None |
| 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.Default is generated. |
buffer | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Percentage height of the buffer between the bottom of the page and the scroll position to initiate the load for the new chunk. Value is defined in integer and default is 10 meaning load would happen after 90% of the viewport is scrolled down.Default is 10. |
chunkSize | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of items to fetch.Default is 0. |
first | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Index of the first data to display.Default is 0. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
lazy | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if lazy loading is enabled for the data component.Default is True, if the value-binding is instance of LazyDataModel.. |
mode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines the target to listen for scroll event, valid values are "document" and "inline".Default is document. |
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.Default is true. |
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.Default is 0. |
rowStatePreserved | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Keeps state of its children on a per-row basis.Default is false. |
scrollHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Defines pixel height of the viewport in inline mode. |
startAtBottom | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If the scrollAtBottom is enabled, scroll position is at bottom and data loading starts from the bottom.Default is false. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
value | true | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Datasource of the component. |
var | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the iterator variable that references each element in the data set. |
virtualScroll | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Loads data on demand as the scrollbar gets close to the bottom.Default is false. |
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.