primefaces-p

Tag galleria

Component Information 
InfoValue
Component Typeorg.primefaces.component.Galleria
Handler ClassNone
Renderer Typeorg.primefaces.component.GalleriaRenderer
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.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Collection of images.
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the iterator to display a collection of images.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the container element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the container element.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of animation to use on transitions. Default is fade.
effectSpeedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Duration of animation in milliseconds. Default is 500.
frameWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of the filmstrip frames.
frameHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of the filmstrip frames.
showFilmstripfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines visibility of filmstrip.
autoPlayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Images are displayed with a slideshow in autoPlay mode, default is true.
transitionIntervalfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Time in milliseconds between each slide in autoPlay mode.
panelWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Width of the content panel.
panelHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Height of the content panel.
showCaptionfalsejavax.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.