org.apache.myfaces.html5.behavior
Class EffectsActivationBehavior
java.lang.Object
javax.faces.component.behavior.BehaviorBase
javax.faces.component.behavior.ClientBehaviorBase
org.apache.myfaces.html5.behavior.EffectsActivationBehavior
- All Implemented Interfaces:
- javax.faces.component.behavior.Behavior, javax.faces.component.behavior.ClientBehavior, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder
public class EffectsActivationBehavior
- extends javax.faces.component.behavior.ClientBehaviorBase
Behavior to generate script for activating effects.
- 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
EffectsActivationBehavior
public EffectsActivationBehavior()
getEffectIdToHandle
public String getEffectIdToHandle()
setEffectIdToHandle
public void setEffectIdToHandle(String effectIdToHandle)
getRendererType
public String getRendererType()
- Overrides:
getRendererType in class javax.faces.component.behavior.ClientBehaviorBase
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.