|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.fx.BaseEffect
com.extjs.gxt.ui.client.fx.Move
public class Move
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 |
---|
public Move(El el, int x, int y)
Method Detail |
---|
public void onUpdate(double progress)
Effect
onUpdate
in interface Effect
onUpdate
in class BaseEffect
progress
- the progress betwee 0 and 1public void onComplete()
Effect
onComplete
in interface Effect
onComplete
in class BaseEffect
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |