|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ApplicationEventHandler in org.kuali.student.common.ui.client.event |
---|
Classes in org.kuali.student.common.ui.client.event with type parameters of type ApplicationEventHandler | |
---|---|
class |
ActionEvent<H extends ApplicationEventHandler>
This is an abstract action event, which provides for getting/setting of an ActionCompleteCallback for any custom defined actions. |
Subinterfaces of ApplicationEventHandler in org.kuali.student.common.ui.client.event | |
---|---|
interface |
ContentDirtyEventHandler
Handler to handle a dirty state event. |
interface |
ExportEventHandler
Handler to handle a dirty state event. |
interface |
ModifyActionHandler
|
interface |
SaveActionHandler
A save action handler should be implemented to carry out a save operation in response to a save action. |
interface |
SectionUpdateHandler
|
interface |
ValidateRequestHandler
|
interface |
ValidateResultHandler
|
Uses of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc |
---|
Classes in org.kuali.student.common.ui.client.mvc with type parameters of type ApplicationEventHandler | |
---|---|
class |
ApplicationEvent<H extends ApplicationEventHandler>
Base event type for events fired between controllers and views. |
Subinterfaces of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc | |
---|---|
interface |
UncheckedApplicationEventHandler
Handler interface associated with UncheckedApplicationEvent |
Methods in org.kuali.student.common.ui.client.mvc with parameters of type ApplicationEventHandler | |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
Controller.addApplicationEventHandler(com.google.gwt.event.shared.GwtEvent.Type type,
ApplicationEventHandler handler)
Registers an application eventhandler. |
Uses of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc.events |
---|
Subinterfaces of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc.events | |
---|---|
interface |
LogoutHandler
Example UncheckedApplicationEventHandler associated with LogoutEvent |
interface |
ViewChangeHandler
Handler for ViewChangeEvents |
Uses of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc.history |
---|
Subinterfaces of ApplicationEventHandler in org.kuali.student.common.ui.client.mvc.history | |
---|---|
interface |
NavigationEventHandler
|
Classes in org.kuali.student.common.ui.client.mvc.history that implement ApplicationEventHandler | |
---|---|
private static class |
HistoryManager.NavigationEventMonitor
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |