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

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

public class SlideToggle
extends Effect

$Id$

Defines the slideToggle Effect. A slide down effect consists to slide toggle the visibility of all matched elements by adjusting their height

Since:
1.1
Author:
Julien Roche
See Also:
Serialized Form

Constructor Summary
SlideToggle()
          Creates this effect
SlideToggle(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

SlideToggle

public SlideToggle()
Creates this effect


SlideToggle

public SlideToggle(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.