org.apache.myfaces.html5.behavior
Class EffectsActivationBehavior

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

Field Summary
static String ID
           
static String RENDERER_ID
           
 
Constructor Summary
EffectsActivationBehavior()
           
 
Method Summary
 String getEffectIdToHandle()
           
 String getRendererType()
           
 void setEffectIdToHandle(String effectIdToHandle)
           
 
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

EffectsActivationBehavior

public EffectsActivationBehavior()
Method Detail

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.