org.odlabs.wiquery.core.effects.basic
Class Toggle
java.lang.Object
org.odlabs.wiquery.core.effects.Effect
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Toggle
public Toggle()
- Default constructor.
Toggle
public Toggle(EffectSpeed effectSpeed)
- Creates this effect with the given
EffectSpeed
.
- Parameters:
effectSpeed
-
chainLabel
public String chainLabel()
- Returns:
- the statement label (like
each
, css
...)
Copyright © 2012. All Rights Reserved.