org.apache.myfaces.html5.behavior
Class AnimationsBehavior
java.lang.Object
javax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
org.apache.myfaces.html5.behavior.AnimationsBehavior
- All Implemented Interfaces:
- javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder
public class AnimationsBehavior
- extends javax.faces.component.behavior.ClientBehaviorBase
Behavior for generating scripts for activating and stopping animations.
- Author:
- Ali Ok
| Methods inherited from class javax.faces.component.behavior.ClientBehaviorBase |
decode, getHints, getRenderer, getScript |
| Methods inherited from class javax.faces.component.behavior.BehaviorBase |
addBehaviorListener, broadcast, clearInitialState, initialStateMarked, isTransient, markInitialState, removeBehaviorListener, restoreState, saveState, setTransient |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.Behavior |
broadcast |
ID
public static final String ID
- See Also:
- Constant Field Values
RENDERER_ID
public static final String RENDERER_ID
- See Also:
- Constant Field Values
AnimationsBehavior
public AnimationsBehavior()
getAnimationIdToHandle
public String getAnimationIdToHandle()
setAnimationIdToHandle
public void setAnimationIdToHandle(String animationIdToHandle)
getRendererType
public String getRendererType()
- Overrides:
getRendererType in class javax.faces.component.behavior.ClientBehaviorBase
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.