org.kuali.student.common.ui.client.event
Class ModifyActionEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
org.kuali.student.common.ui.client.event.ActionEvent<ModifyActionHandler>
org.kuali.student.common.ui.client.event.ModifyActionEvent
- All Implemented Interfaces:
- HasActionState
public class ModifyActionEvent
- extends ActionEvent<ModifyActionHandler>
- implements HasActionState
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> TYPE
actionState
private HasActionState.ActionState actionState
message
private String message
acknowledgeRequired
private boolean acknowledgeRequired
id
private String id
ModifyActionEvent
public ModifyActionEvent()
ModifyActionEvent
public ModifyActionEvent(String id)
dispatch
protected void dispatch(ModifyActionHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>
setActionState
public void setActionState(HasActionState.ActionState state)
getActionState
public HasActionState.ActionState getActionState()
- Specified by:
getActionState
in interface HasActionState
- See Also:
HasActionState.getActionState()
getMessage
public String getMessage()
isAcknowledgeRequired
public boolean isAcknowledgeRequired()
setAcknowledgeRequired
public void setAcknowledgeRequired(boolean acknowledgeRequired)
getId
public String getId()
setId
public void setId(String id)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.