T - public class ModelChangeEvent extends com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelChangeEvent.Action
The actions that can be performed on a model.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ModelChangeHandler> |
TYPE |
| Constructor and Description |
|---|
ModelChangeEvent(ModelChangeEvent.Action action,
Model source)
Constructs a new ModelChangeEvent with an action and a value
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ModelChangeHandler handler) |
ModelChangeEvent.Action |
getAction()
Returns the action (ADD/UPDATE/REMOVE) associated with the event
|
com.google.gwt.event.shared.GwtEvent.Type<ModelChangeHandler> |
getAssociatedType() |
Model |
getSource()
Returns the model from which this event originated
|
public static final com.google.gwt.event.shared.GwtEvent.Type<ModelChangeHandler> TYPE
public ModelChangeEvent(ModelChangeEvent.Action action, Model source)
action - value - protected void dispatch(ModelChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>public com.google.gwt.event.shared.GwtEvent.Type<ModelChangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>public ModelChangeEvent.Action getAction()
public Model getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<ModelChangeHandler>Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.