com.extjs.gxt.ui.client.fx
Class Move

java.lang.Object
  extended by com.extjs.gxt.ui.client.fx.BaseEffect
      extended by com.extjs.gxt.ui.client.fx.Move
All Implemented Interfaces:
Effect

public class Move
extends BaseEffect


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.fx.BaseEffect
el
 
Constructor Summary
Move(El el, int x, int y)
           
 
Method Summary
 void onComplete()
          Fires after the effect is complete.
 void onUpdate(double progress)
          Fires after the effect is updated.
 
Methods inherited from class com.extjs.gxt.ui.client.fx.BaseEffect
blink, fadeIn, fadeOut, getValue, onCancel, onStart, scroll, slideIn, slideOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Move

public Move(El el,
            int x,
            int y)
Method Detail

onUpdate

public void onUpdate(double progress)
Description copied from interface: Effect
Fires after the effect is updated.

Specified by:
onUpdate in interface Effect
Overrides:
onUpdate in class BaseEffect
Parameters:
progress - the progress betwee 0 and 1

onComplete

public void onComplete()
Description copied from interface: Effect
Fires after the effect is complete.

Specified by:
onComplete in interface Effect
Overrides:
onComplete in class BaseEffect