primefaces-p

Tag effect

Component Information 
InfoValue
Component Typeorg.primefaces.component.Effect
Handler ClassNone
Renderer Typeorg.primefaces.component.EffectRenderer
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.
eventtruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Dom event to attach the event that executes the animation. Required.
typetruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the name of the animation. Required.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Component that is animated.
speedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Speed of the animation in ms. Default is 1000.
delayfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Startup delay on firing animation.
queuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Specifies if effects should be queued. Default is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.