|
|||||||||
| 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.MvcEvent
public class MvcEvent
MVC event type.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
| Constructor Summary | |
|---|---|
MvcEvent(Dispatcher d,
AppEvent ae)
Creates a new mvc event. |
|
| Method Summary | |
|---|---|
AppEvent |
getAppEvent()
Returns the application event. |
Dispatcher |
getDispatcher()
Returns the dispatcher. |
java.lang.String |
getName()
Returns the name. |
void |
setAppEvent(AppEvent appEvent)
Sets the application event. |
void |
setDispatcher(Dispatcher dispatcher)
Sets the dispatcher. |
void |
setName(java.lang.String name)
Sets the name. |
| 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 MvcEvent(Dispatcher d,
AppEvent ae)
d - the dispatcherae - the application event| Method Detail |
|---|
public AppEvent getAppEvent()
public Dispatcher getDispatcher()
public java.lang.String getName()
public void setAppEvent(AppEvent appEvent)
appEvent - the application eventpublic void setDispatcher(Dispatcher dispatcher)
dispatcher - the dispatcherpublic void setName(java.lang.String name)
name - the name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||