org.overlord.sramp.ui.client.animation
Class FadeOutAnimation
java.lang.Object
com.google.gwt.animation.client.Animation
org.overlord.sramp.ui.client.animation.AbstractAnimation
org.overlord.sramp.ui.client.animation.FadeOutAnimation
public class FadeOutAnimation
- extends AbstractAnimation
GWT animation used to fade out a widget.
- Author:
- eric.wittmann@redhat.com
|
Constructor Summary |
FadeOutAnimation(com.google.gwt.user.client.ui.Widget targetWidget)
Constructor. |
|
Method Summary |
protected void |
doOnCancel()
Called when the animation is cancelled. |
protected void |
onUpdate(double progress)
|
| Methods inherited from class com.google.gwt.animation.client.Animation |
cancel, interpolate, run, run, run, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FadeOutAnimation
public FadeOutAnimation(com.google.gwt.user.client.ui.Widget targetWidget)
- Constructor.
- Parameters:
targetWidget -
onUpdate
protected void onUpdate(double progress)
- Specified by:
onUpdate in class com.google.gwt.animation.client.Animation
- See Also:
Animation.onUpdate(double)
doOnCancel
protected void doOnCancel()
- Description copied from class:
AbstractAnimation
- Called when the animation is cancelled.
- Overrides:
doOnCancel in class AbstractAnimation
- See Also:
AbstractAnimation.doOnCancel()
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.