primefaces-p

Tag repeat

Component Information 
InfoValue
Component Typeorg.primefaces.component.UIRepeat
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The name of a collection of items that this tag iterates over. The collection may be a List, array, java.sql.ResultSet, or an individual java Object. If the collection is null, this tag does nothing.
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported scoped variable for the current item of the iteration. This scoped variable has nested visibility. Its type depends on the object of the underlying collection.
varStatusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported request scoped variable for the status of the iteration. Object is a POJO with the following read-only JavaBeans properties. This scoped variable has nested visibility.
offsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Read-write property setting the offset from the beginning of the collection from which to start the iteration. If not set, this offset is not considered and iteration will start at the beginning of the collection.
stepfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Iteration will only process every step items of the collection, starting with the first one.
sizefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Read-write property setting the size of the collection to iterate. If this value is less than the actual size of the collection, a FacesException must be thrown.
beginfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
If value specified: Iteration begins at the item located at the specified index. First item of the collection has index 0. If value not specified: Iteration begins with index set at the specified value.
endfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
If value specified: Iteration ends at the item located at the specified index (inclusive). If value not specified: Iteration ends when index reaches the specified value (inclusive).

Output generated by Vdldoc View Declaration Language Documentation Generator.