public class ModifyActionEvent extends ActionEvent<ModifyActionHandler> implements HasActionState
com.google.gwt.event.shared.GwtEvent.Type<H>HasActionState.ActionState| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> |
TYPE |
| Constructor and Description |
|---|
ModifyActionEvent() |
ModifyActionEvent(String id) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ModifyActionHandler handler) |
HasActionState.ActionState |
getActionState() |
com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> |
getAssociatedType() |
String |
getId() |
String |
getMessage() |
boolean |
isAcknowledgeRequired() |
void |
setAcknowledgeRequired(boolean acknowledgeRequired) |
void |
setActionState(HasActionState.ActionState state) |
void |
setId(String id) |
doActionComplete, getActionCompleteCallback, setActionCompleteCallbackassertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> TYPE
public ModifyActionEvent()
public ModifyActionEvent(String id)
protected void dispatch(ModifyActionHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>public com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>public void setActionState(HasActionState.ActionState state)
public HasActionState.ActionState getActionState()
getActionState in interface HasActionStateHasActionState.getActionState()public String getMessage()
public boolean isAcknowledgeRequired()
public void setAcknowledgeRequired(boolean acknowledgeRequired)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.