| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Galleria | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.GalleriaRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Unique identifier of the component in a namingContainer. | 
rendered | false | javax.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. | 
binding | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
					 | An el expression referring to a server side UIComponent instance in a backing bean. | 
widgetVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the client side widget. | 
value | true | javax.el.ValueExpression
(must evaluate to java.lang.Object)
					 | Collection of images. | 
var | true | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of the iterator to display a collection of images. | 
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Inline style of the container element. | 
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Style class of the container element. | 
effect | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
					 | Name of animation to use on transitions. Default is fade. | 
effectSpeed | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Duration of animation in milliseconds. Default is 500. | 
frameWidth | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Width of the filmstrip frames. | 
frameHeight | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Height of the filmstrip frames. | 
showFilmstrip | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Defines visibility of filmstrip. | 
autoPlay | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Images are displayed with a slideshow in autoPlay mode, default is true. | 
transitionInterval | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Time in milliseconds between each slide in autoPlay mode. | 
panelWidth | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Width of the content panel. | 
panelHeight | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer)
					 | Height of the content panel. | 
showCaption | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
					 | Displays information retrieved from title and alt attributes of images in content caption. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.