org.overlord.sramp.ui.client.animation
Class FadeOutAnimation

java.lang.Object
  extended by com.google.gwt.animation.client.Animation
      extended by org.overlord.sramp.ui.client.animation.AbstractAnimation
          extended by 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 org.overlord.sramp.ui.client.animation.AbstractAnimation
doOnComplete, getTargetWidget, isCancelled, isRunning, onCancel, onComplete, onStart, setCancelled, setRunning, setTargetWidget
 
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
 

Constructor Detail

FadeOutAnimation

public FadeOutAnimation(com.google.gwt.user.client.ui.Widget targetWidget)
Constructor.

Parameters:
targetWidget -
Method Detail

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.