Package org.kuali.student.common.ui.client.mvc

Interface Summary
ActionCompleteCallback This callback invoked when an action event has been completed.
ApplicationEventHandler Handler interface for ApplicationEvent
Callback<T> Generic callback used in place of return values, in cases where a response may be asynchronous, or may require a call to another method that is asynchronous.
DataModel.QueryCallback<T>  
HasActionState An action that requires state
HasCrossConstraints  
HasDataValue  
HasFocusLostCallbacks  
HasWidgetReadyCallback This interface should be implemented by widget that will not be ready for use until some action is completed (eg.
Model Model object used as a container for the model state.
ModelChangeHandler Handler for ModelChangeEvent
ModelProvider<T extends Model>  
ModelRequestCallback<T extends Model> Passed in as an argument to Controller.requestModel Because a model may need to be initialized via an asynchronous call, the request uses a callback to pass the result back to the caller
TranslatableValueWidget Represents a widget that accepts an ID translation
UncheckedApplicationEventHandler Handler interface associated with UncheckedApplicationEvent
View Interface defining the operations necessary to implement a view.
 

Class Summary
AbstractSimpleModel  
ApplicationEvent<H extends ApplicationEventHandler> Base event type for events fired between controllers and views.
CollectionModel<T> Model object used as a container for the model state.
CollectionModelChangeEvent<T> Event that is fired when the model is changed.
Controller Abstract Controller composite.
DataModel  
DataModelChangeEvent Event that is fired when the model is changed.
DataModelDefinition  
DelegatingViewComposite Deprecated.
Holder<T> Used to hold a reference to an object in cases where the declared reference needs to be final.
ModelChangeEvent Event that is fired when the model is changed.
UncheckedApplicationEvent<H extends UncheckedApplicationEventHandler> Type for events fired between controllers and views.
ViewComposite Abstract class implementing the View interface, which has a handle to it's controller.
WorkQueue  
WorkQueue.WorkItem  
 

Enum Summary
HasActionState.ActionState  
ModelChangeEvent.Action The actions that can be performed on a model.
 

Exception Summary
ControllerException Thrown by the controller in situations where an error is caused by a configuration/code problem.
ModelNotFoundException Passed to ModelRequestCallback when the model is not found.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.