| |||||||
| FRAMES NO FRAMES | |||||||
null
| Tag Information | |
| Tag Class | org.apache.myfaces.html5.handler.AnimationHandler |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| iteration | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| direction | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| keyFrame | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
| duration | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Duration for animation/effect to run through. Value must be in seconds or milliseconds, thus must end with 's' or 'ms'. If not, the value is considered in seconds. Some of the sample values are:
|
| timingFunction | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Timing function to calculate animation/effect transitions. The timing functions defined by CSS3 spec are:
|
| delay | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Duration for animation/effect to wait before running. Value must be in seconds or milliseconds, thus must end with 's' or 'ms'. If not, the value is considered in seconds. Some of the sample values are:
|
| event | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A String identifying the type of event the Ajax action will apply to. If specified, it must be one of the events supported by the component the Ajax behavior is being applied to.For HTML components this would be the set of supported DOM events for the component, plus "action" for Faces ActionSource components and "valueChange" for Faces EditableValueHolder components. If not specified, the default event is determined for the component. The DOM event name is the actual DOM event name (for example: "click") as opposed to (for example: "onclick"). |
| id | false | true | java.lang.String | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean value that indicates whether this component should be rendered. Default value: true. |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||