public class SaveActionEvent extends ActionEvent<SaveActionHandler> 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<SaveActionHandler> |
TYPE |
| Constructor and Description |
|---|
SaveActionEvent() |
SaveActionEvent(boolean gotoNextView) |
SaveActionEvent(String message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveActionHandler handler) |
HasActionState.ActionState |
getActionState() |
com.google.gwt.event.shared.GwtEvent.Type<SaveActionHandler> |
getAssociatedType() |
String |
getMessage() |
boolean |
gotoNextView() |
boolean |
isAcknowledgeRequired() |
boolean |
isSaveSuccessful() |
void |
setAcknowledgeRequired(boolean acknowledgeRequired) |
void |
setActionState(HasActionState.ActionState state) |
void |
setGotoNextView(boolean gotoNextView) |
void |
setSaveSuccessful(boolean saveSuccessful) |
doActionComplete, getActionCompleteCallback, setActionCompleteCallbackassertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SaveActionHandler> TYPE
public SaveActionEvent()
public SaveActionEvent(boolean gotoNextView)
public SaveActionEvent(String message)
protected void dispatch(SaveActionHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveActionHandler>public com.google.gwt.event.shared.GwtEvent.Type<SaveActionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveActionHandler>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)
public boolean gotoNextView()
public void setGotoNextView(boolean gotoNextView)
public void setSaveSuccessful(boolean saveSuccessful)
public boolean isSaveSuccessful()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.