com.sencha.gxt.fx.client.animation
Class SlideOut

java.lang.Object
  extended by com.sencha.gxt.fx.client.animation.BaseEffect
      extended by com.sencha.gxt.fx.client.animation.Slide
          extended by com.sencha.gxt.fx.client.animation.SlideOut
All Implemented Interfaces:
Effect

public class SlideOut
extends Slide


Constructor Summary
SlideOut(XElement el, Style.Direction dir)
           
 
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
 
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

SlideOut

public SlideOut(XElement el,
                Style.Direction dir)
Method Detail

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.