| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Galleria |
| Handler Class | None |
| Renderer Type | org.primefaces.component.GalleriaRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
activeIndex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Index of the first item. |
autoPlay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Items are displayed with a slideshow in autoPlay mode. |
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. |
changeItemOnIndicatorHover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, item is changed on indicator item's hover. |
circular | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Defines if scrolling would be infinite. |
closeIcon | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Close icon on fullscreen mode. |
fullScreen | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display the component on fullscreen. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
indicatorsPosition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of indicators. Valid values are "bottom", "top", "left" and "right". |
numVisible | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Number of items per page. |
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. |
responsiveOptions | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| A model of options for responsive design. |
showCaption | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display caption container. |
showIndicators | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display indicator container. |
showIndicatorsOnItem | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When enabled, indicator container is displayed on item container. |
showItemNavigators | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display navigation buttons in item container. |
showItemNavigatorsOnHover | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display navigation buttons on item container's hover. |
showThumbnailNavigators | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display navigation buttons in thumbnail container. |
showThumbnails | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to display thumbnail container. |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Inline style of the container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the container element. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Position of the output in the tabbing order. Default: "0". |
thumbnailsPosition | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Position of thumbnails. Valid values are "bottom", "top", "left" and "right". |
transitionInterval | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Time in milliseconds to scroll items. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Collection of images. |
var | false | java.lang.String | Name of the iterator to display a collection of images. |
varStatus | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the exported request scoped variable for the status of the iteration. |
verticalViewPortHeight | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Height of the viewport in vertical layout. Default is 450px. |
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.