public class StoreSpecRequirementIDsEvent extends com.google.gwt.event.shared.GwtEvent<StoreSpecRequirementIDsEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StoreSpecRequirementIDsEvent.Handler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<StoreSpecRequirementIDsEvent.Handler> |
TYPE |
| Constructor and Description |
|---|
StoreSpecRequirementIDsEvent(String programId,
String programType,
List<String> programRequirementIds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(StoreSpecRequirementIDsEvent.Handler handler) |
com.google.gwt.event.shared.GwtEvent.Type<StoreSpecRequirementIDsEvent.Handler> |
getAssociatedType() |
String |
getProgramId() |
List<String> |
getProgramRequirementIds() |
String |
getProgramType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<StoreSpecRequirementIDsEvent.Handler> TYPE
public StoreSpecRequirementIDsEvent(String programId, String programType, List<String> programRequirementIds)
public com.google.gwt.event.shared.GwtEvent.Type<StoreSpecRequirementIDsEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<StoreSpecRequirementIDsEvent.Handler>protected void dispatch(StoreSpecRequirementIDsEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<StoreSpecRequirementIDsEvent.Handler>public String getProgramId()
public String getProgramType()
public List<String> getProgramRequirementIds()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.