org.odlabs.wiquery.core.effects.basic
Class Toggle

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

public class Toggle
extends Effect

$Id$

Defines the toggle Effect. A toggle consists to show a component when it's hidden, and to hide it when it's displayed.

Since:
0.7
Author:
Lionel Armanet, reiern70
See Also:
Serialized Form

Constructor Summary
Toggle()
          Default constructor.
Toggle(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

Toggle

public Toggle()
Default constructor.


Toggle

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

Parameters:
effectSpeed -
Method Detail

chainLabel

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


Copyright © 2012. All Rights Reserved.