|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.FxEvent
public class FxEvent
Fx event type.
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 |
|---|
public FxEvent(Fx fx,
Effect effect)
| Method Detail |
|---|
public Effect getEffect()
public Fx getFx()
public void setEffect(Effect effect)
effect - the effectpublic void setFx(Fx fx)
fx - the fx
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||