org.odlabs.wiquery.core.effects.sliding
Class SlideDown
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
org.odlabs.wiquery.core.effects.sliding.SlideDown
- All Implemented Interfaces:
- Serializable, ChainableStatement
public class SlideDown
- extends Effect
$Id$
Defines the slidedown Effect
. A slide down effect consists to slide a component
in a top-bottom direction.
- Since:
- 0.5
- Author:
- Lionel Armanet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlideDown
public SlideDown()
- Creates this effect
SlideDown
public SlideDown(EffectSpeed effectSpeed)
- Creates this effect with the given
EffectSpeed
.
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.