primefaces-p

Tag dataView

Component Information 
InfoValue
Component Typeorg.primefaces.component.DataView
Handler ClassNone
Renderer Typeorg.primefaces.component.DataViewRenderer
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.
lazyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if lazy loading is enabled for the data component.
paginatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables pagination.
paginatorTemplatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Template of the paginator.
rowsPerPageTemplatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Template of the rowsPerPage dropdown.
rowsPerPageLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label for rowsPerPage dropdown.
currentPageReportTemplatefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Template of the currentPageReport UI.
paginatorPositionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the paginator. Default is both.
paginatorAlwaysVisiblefalsejavax.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. Default is true.
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.
layoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Layout of the items, valid values are "list" and "grid".
gridIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
listIconfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
multiViewStatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to keep DataView state across views, defaults to false.

Output generated by Vdldoc View Declaration Language Documentation Generator.