|
|||||||||
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.
Field Summary | |
---|---|
protected El |
el
|
Constructor Summary | |
---|---|
protected |
BaseEffect(El el)
|
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)
|
protected double |
getValue(double from,
double to,
double progress)
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected El el
Constructor Detail |
---|
protected BaseEffect(El el)
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 scroll(El el, FxConfig config, Style.ScrollDir direction, int value)
public static void slideIn(El el, FxConfig config, Style.Direction direction)
public static void slideOut(El el, FxConfig config, Style.Direction direction)
public void onCancel()
Effect
onCancel
in interface Effect
public void onComplete()
Effect
onComplete
in interface Effect
public void onStart()
Effect
onStart
in interface Effect
public void onUpdate(double progress)
Effect
onUpdate
in interface Effect
progress
- the progress betwee 0 and 1protected double getValue(double from, double to, double progress)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |