|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelChangeEvent.Action | |
|---|---|
| org.kuali.student.common.ui.client.mvc | |
| Uses of ModelChangeEvent.Action in org.kuali.student.common.ui.client.mvc |
|---|
| Fields in org.kuali.student.common.ui.client.mvc declared as ModelChangeEvent.Action | |
|---|---|
private ModelChangeEvent.Action |
ModelChangeEvent.action
|
| Methods in org.kuali.student.common.ui.client.mvc that return ModelChangeEvent.Action | |
|---|---|
ModelChangeEvent.Action |
ModelChangeEvent.getAction()
Returns the action (ADD/UPDATE/REMOVE) associated with the event |
static ModelChangeEvent.Action |
ModelChangeEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModelChangeEvent.Action[] |
ModelChangeEvent.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.kuali.student.common.ui.client.mvc with parameters of type ModelChangeEvent.Action | |
|---|---|
protected void |
AbstractSimpleModel.fireChangeEvent(ModelChangeEvent.Action action)
|
| Constructors in org.kuali.student.common.ui.client.mvc with parameters of type ModelChangeEvent.Action | |
|---|---|
CollectionModelChangeEvent(ModelChangeEvent.Action action,
Model source,
T value)
Constructs a new ModelChangeEvent with an action and a value |
|
DataModelChangeEvent(ModelChangeEvent.Action action,
Model source,
QueryPath path)
Constructs a new ModelChangeEvent with an action and a QueryPath |
|
ModelChangeEvent(ModelChangeEvent.Action action,
Model source)
Constructs a new ModelChangeEvent with an action and a value |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||