p

Tag carousel

Component Information 
InfoValue
Component Typeorg.primefaces.component.Carousel
Handler ClassNone
Renderer Typeorg.primefaces.component.CarouselRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoplayIntervalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Sets the time in milliseconds to have Carousel start scrolling automatically after being initialized. Default is 0.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
circularfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if scrolling would be infinite. Default is false.
containerStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the viewport container.
contentStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of main content.
footerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for footer facet.
headerTextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Shortcut for header facet.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
indicatorsContentStyleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the paginator items.
numScrollfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of items to scroll. Default is 1.
numVisiblefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of visible items per page. Default is 1.
onPageChangefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to invoke after scroll.
orientationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the layout of the component, valid values are "horizontal" and "vertical". Default is vertical.
pagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of the first item.
paginatorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables paginator links. Default is true.
renderedfalsejakarta.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.
responsiveOptionsfalsejakarta.el.ValueExpression
(must evaluate to java.util.List)
A list of options for responsive design.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container.
touchablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable touch support if browser detection supports it. Default is false because it is globally enabled by default.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Datasource of the component.
varfalsejava.lang.String Name of the iterator variable that references each element in the data set.
varStatusfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported request scoped variable for the status of the iteration.
verticalViewPortHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Height of the viewport in vertical layout. Default is 300px.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.