primefaces-p

Tag dataScroller

Component Information 
InfoValue
Component Typeorg.primefaces.component.DataScroller
Handler ClassNone
Renderer Typeorg.primefaces.component.DataScrollerRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Datasource of the component.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator variable used to refer each data.
rowsfalsejavax.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.
firstfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the first data to display.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
chunkSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of items to fetch.
rowIndexVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of iterator to refer each row index.
modefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the target to listen for scroll event, valid values are "document" (default) and "inline".
scrollHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines pixel height of the viewport in inline mode.
lazyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if lazy loading is enabled for the data component.
bufferfalsejavax.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.
virtualScrollfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Loads data on demand as the scrollbar gets close to the bottom. Default is false.
startAtBottomfalsejavax.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 value is false.

Output generated by Vdldoc View Declaration Language Documentation Generator.