|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.fx.client.animation.BaseEffect
com.sencha.gxt.fx.client.animation.Slide
public abstract class Slide
| Constructor Summary | |
|---|---|
Slide(XElement el,
Style.Direction dir)
|
|
| Method Summary | |
|---|---|
abstract void |
increase(int v)
|
void |
onComplete()
Fires after the effect is complete. |
void |
onUpdate(double progress)
Fires after the effect is updated. |
| Methods inherited from class com.sencha.gxt.fx.client.animation.BaseEffect |
|---|
onCancel, onStart |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Slide(XElement el,
Style.Direction dir)
| Method Detail |
|---|
public abstract void increase(int v)
public void onComplete()
Effect
onComplete in interface EffectonComplete in class BaseEffectpublic void onUpdate(double progress)
Effect
onUpdate in interface EffectonUpdate in class BaseEffectprogress - the progress between 0 and 1
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||