com.sencha.gxt.fx.client.animation
Class SlideOut
java.lang.Object
com.sencha.gxt.fx.client.animation.BaseEffect
com.sencha.gxt.fx.client.animation.Slide
com.sencha.gxt.fx.client.animation.SlideOut
- All Implemented Interfaces:
- Effect
public class SlideOut
- extends Slide
|
Method Summary |
void |
increase(int v)
|
void |
onComplete()
Fires after the effect is complete. |
void |
onStart()
Fires after the effect is started. |
| Methods inherited from class com.sencha.gxt.fx.client.animation.Slide |
onUpdate |
SlideOut
public SlideOut(XElement el,
Style.Direction dir)
increase
public void increase(int v)
- Specified by:
increase in class Slide
onComplete
public void onComplete()
- Description copied from interface:
Effect
- Fires after the effect is complete.
- Specified by:
onComplete in interface Effect- Overrides:
onComplete in class Slide
onStart
public void onStart()
- Description copied from interface:
Effect
- Fires after the effect is started.
- Specified by:
onStart in interface Effect- Overrides:
onStart in class BaseEffect
Copyright © 2012. All Rights Reserved.