org.apache.myfaces.html5.behavior
Class AnimationsBehavior

java.lang.Object
  extended by javax.faces.component.behavior.BehaviorBase
      extended by javax.faces.component.behavior.ClientBehaviorBase
          extended by 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

Field Summary
static String ID
           
static String RENDERER_ID
           
 
Constructor Summary
AnimationsBehavior()
           
 
Method Summary
 String getAnimationIdToHandle()
           
 String getRendererType()
           
 void setAnimationIdToHandle(String animationIdToHandle)
           
 
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
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

RENDERER_ID

public static final String RENDERER_ID
See Also:
Constant Field Values
Constructor Detail

AnimationsBehavior

public AnimationsBehavior()
Method Detail

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.