Info | Value |
---|---|
Component Type | org.primefaces.component.Effect |
Handler Class | None |
Renderer Type | org.primefaces.component.EffectRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
delay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Startup delay on firing animation. |
event | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Dom event to attach the event that executes the animation. Required. |
for | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Component that is animated. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
queue | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies if effects should be queued. Default is true. |
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. |
speed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Speed of the animation in ms. Default is 1000. |
type | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the name of the animation. Required. |
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.