|
|||||||||
| 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
public class BaseEffect
Base Effect implementation for elements.
| Method Summary | |
|---|---|
static void |
blink(El el,
FxConfig config,
int interval)
|
static void |
fadeIn(El el,
FxConfig config)
|
static void |
fadeOut(El el,
FxConfig config)
|
void |
onCancel()
Fires after the effect is cancelled. |
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. |
static void |
scroll(El el,
FxConfig config,
Style.ScrollDir direction,
int value)
|
static void |
slideIn(El el,
FxConfig config,
Style.Direction direction)
|
static void |
slideOut(El el,
FxConfig config,
Style.Direction direction)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void blink(El el,
FxConfig config,
int interval)
public static void fadeIn(El el,
FxConfig config)
public static void fadeOut(El el,
FxConfig config)
public static void slideIn(El el,
FxConfig config,
Style.Direction direction)
public static void scroll(El el,
FxConfig config,
Style.ScrollDir direction,
int value)
public static void slideOut(El el,
FxConfig config,
Style.Direction direction)
public void onCancel()
Effect
onCancel in interface Effectpublic void onComplete()
Effect
onComplete in interface Effectpublic void onStart()
Effect
onStart in interface Effectpublic void onUpdate(double progress)
Effect
onUpdate in interface Effectprogress - the progress betwee 0 and 1
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||