org.odlabs.wiquery.core.effects.sliding
Class SlideUp

java.lang.Object
  extended by org.odlabs.wiquery.core.effects.Effect
      extended by org.odlabs.wiquery.core.effects.sliding.SlideUp
All Implemented Interfaces:
Serializable, ChainableStatement

public class SlideUp
extends Effect

$Id$

Defines the slideup Effect. A slide down effect consists to slide a component in a bottom-top direction (the component disapears).

Since:
0.5
Author:
Lionel Armanet
See Also:
Serialized Form

Constructor Summary
SlideUp()
          Creates this effect
SlideUp(EffectSpeed effectSpeed)
          Creates this effect with the given EffectSpeed.
 
Method Summary
 String chainLabel()
           
 
Methods inherited from class org.odlabs.wiquery.core.effects.Effect
effectCallback, setCallback, statementArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideUp

public SlideUp()
Creates this effect


SlideUp

public SlideUp(EffectSpeed effectSpeed)
Creates this effect with the given EffectSpeed.

Method Detail

chainLabel

public String chainLabel()
Returns:
the statement label (like each, css...)


Copyright © 2012. All Rights Reserved.