ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

com.icesoft.faces.context.effects
Class EffectQueue

java.lang.Object
  extended by com.icesoft.faces.context.effects.Effect
      extended by com.icesoft.faces.context.effects.EffectQueue
All Implemented Interfaces:
java.io.Serializable

public class EffectQueue
extends Effect

Use to fire a sequence of effects at once

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.icesoft.faces.context.effects.Effect
ea
 
Constructor Summary
EffectQueue(java.lang.String name)
           
 
Method Summary
 void add(Effect effect)
           
 boolean equals(java.lang.Object obj)
           
 java.util.List getEffects()
           
 java.lang.String getFunctionName()
          get the name of the Function call to invoke the effect
 java.lang.String toString()
           
 
Methods inherited from class com.icesoft.faces.context.effects.Effect
getDelay, getDuration, getFps, getFrom, getId, getIntfromString, getQueue, getSequence, getSequenceId, getTo, hashCode, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setFrom, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTo, setTransitory, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EffectQueue

public EffectQueue(java.lang.String name)
Method Detail

add

public void add(Effect effect)

getFunctionName

public java.lang.String getFunctionName()
Description copied from class: Effect
get the name of the Function call to invoke the effect

Specified by:
getFunctionName in class Effect
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class Effect

getEffects

public java.util.List getEffects()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Effect

ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.