|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AppEvent | |
|---|---|
| com.sencha.gxt.legacy.client.mvc | A lightweight MVC implementation. |
| Uses of AppEvent in com.sencha.gxt.legacy.client.mvc |
|---|
| Methods in com.sencha.gxt.legacy.client.mvc that return AppEvent | |
|---|---|
AppEvent |
BeforeAppEvent.getAppEvent()
|
AppEvent |
AfterAppEvent.getAppEvent()
|
| Methods in com.sencha.gxt.legacy.client.mvc that return types with arguments of type AppEvent | |
|---|---|
Map<String,AppEvent> |
Dispatcher.getHistory()
Returns the dispatcher's history cache. |
| Methods in com.sencha.gxt.legacy.client.mvc with parameters of type AppEvent | |
|---|---|
boolean |
Controller.canHandle(AppEvent event)
Determines if the controller can handle the particular event. |
boolean |
Controller.canHandle(AppEvent event,
boolean bubbleDown)
Determines if the controller can handle the particular event. |
void |
Dispatcher.dispatch(AppEvent event)
The dispatcher will query its controllers and pass the application event to any controllers that can handle the particular event type. |
static void |
Dispatcher.forwardEvent(AppEvent event)
Forwards an application event to the dispatcher. |
void |
Controller.forwardToChild(AppEvent event)
Forwards an event to any child controllers who can handle the event. |
void |
Controller.forwardToView(View view,
AppEvent event)
Forward an event to a view. |
abstract void |
Controller.handleEvent(AppEvent event)
Processes the event. |
| Constructors in com.sencha.gxt.legacy.client.mvc with parameters of type AppEvent | |
|---|---|
AfterAppEvent(AppEvent appEvent)
|
|
BeforeAppEvent(AppEvent appEvent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||