org.kuali.student.common.ui.client.event
Class ModifyActionEvent
java.lang.Object
   com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.shared.GwtEvent<H>
       org.kuali.student.common.ui.client.mvc.ApplicationEvent<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.ActionEvent<ModifyActionHandler>
               org.kuali.student.common.ui.client.event.ModifyActionEvent
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, 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:
- dispatchin class- com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>
 
- 
 
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> getAssociatedType()
- 
- Specified by:
- getAssociatedTypein class- com.google.gwt.event.shared.GwtEvent<ModifyActionHandler>
 
- 
 
setActionState
public void setActionState(HasActionState.ActionState state)
- 
 
- 
 
getActionState
public HasActionState.ActionState getActionState()
- 
- Specified by:
- getActionStatein 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 © 2007-2011 The Kuali Foundation. All Rights Reserved.