|
||||||||||
| 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.FadeIn
public class FadeIn
| Constructor Summary | |
|---|---|
FadeIn(XElement el)
|
|
| Method Summary | |
|---|---|
void |
onComplete()
Fires after the effect is complete. |
void |
onStart()
Fires after the effect is started. |
void |
onUpdate(double progress)
Fires after the effect is updated. |
| Methods inherited from class com.sencha.gxt.fx.client.animation.BaseEffect |
|---|
onCancel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FadeIn(XElement el)
| Method Detail |
|---|
public void onComplete()
Effect
onComplete in interface EffectonComplete in class BaseEffectpublic void onStart()
Effect
onStart in interface EffectonStart 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 | |||||||||