com.extjs.gxt.ui.client.fx
Class FxConfig

java.lang.Object
  extended by com.extjs.gxt.ui.client.fx.FxConfig

public class FxConfig
extends java.lang.Object

Allows the configuration of an Fx instance using a single object.


Field Summary
static FxConfig NONE
           
 
Constructor Summary
FxConfig()
           
FxConfig(int duration)
           
FxConfig(int duration, Listener<FxEvent> callback)
           
FxConfig(Listener<FxEvent> callback)
           
 
Method Summary
 int getDuration()
           
 Listener<FxEvent> getEffectCompleteListener()
           
 Listener<FxEvent> getEffectStartListener()
           
 void setDuration(int duration)
           
 void setEffectCompleteListener(Listener<FxEvent> effectCompleteListener)
           
 void setEffectStartListener(Listener<FxEvent> effectStartListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final FxConfig NONE
Constructor Detail

FxConfig

public FxConfig()

FxConfig

public FxConfig(int duration)

FxConfig

public FxConfig(Listener<FxEvent> callback)

FxConfig

public FxConfig(int duration,
                Listener<FxEvent> callback)
Method Detail

setDuration

public void setDuration(int duration)

getDuration

public int getDuration()

getEffectStartListener

public Listener<FxEvent> getEffectStartListener()

setEffectStartListener

public void setEffectStartListener(Listener<FxEvent> effectStartListener)

getEffectCompleteListener

public Listener<FxEvent> getEffectCompleteListener()

setEffectCompleteListener

public void setEffectCompleteListener(Listener<FxEvent> effectCompleteListener)