com.extjs.gxt.ui.client.event
Class FxEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.FxEvent

public class FxEvent
extends BaseEvent

Fx event type.

See Also:
Fx

Constructor Summary
FxEvent(Fx fx, Effect effect)
           
 
Method Summary
 Effect getEffect()
          Returns the effect.
 Fx getFx()
          Returns the source fx.
 void setEffect(Effect effect)
          Sets the effect.
 void setFx(Fx fx)
          Sets the fx.
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FxEvent

public FxEvent(Fx fx,
               Effect effect)
Method Detail

getEffect

public Effect getEffect()
Returns the effect.

Returns:
the effect

getFx

public Fx getFx()
Returns the source fx.

Returns:
the fx

setEffect

public void setEffect(Effect effect)
Sets the effect.

Parameters:
effect - the effect

setFx

public void setFx(Fx fx)
Sets the fx.

Parameters:
fx - the fx