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

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.SlideIn
All Implemented Interfaces:
Effect

public class SlideIn
extends Slide


Constructor Summary
SlideIn(XElement el, Style.Direction dir)
           
 
Method Summary
 void increase(int now)
           
 void onStart()
          Fires after the effect is started.
 
Methods inherited from class com.sencha.gxt.fx.client.animation.Slide
onComplete, 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

SlideIn

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

increase

public void increase(int now)
Specified by:
increase 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.