org.kuali.student.common.ui.client.event
Class ModifyActionEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
              extended by org.kuali.student.common.ui.client.event.ActionEvent<ModifyActionHandler>
                  extended by org.kuali.student.common.ui.client.event.ModifyActionEvent
All Implemented Interfaces:
HasActionState

public class ModifyActionEvent
extends ActionEvent<ModifyActionHandler>
implements HasActionState


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Nested classes/interfaces inherited from interface org.kuali.student.common.ui.client.mvc.HasActionState
HasActionState.ActionState
 
Field Summary
private  boolean acknowledgeRequired
           
private  HasActionState.ActionState actionState
           
private  String id
           
private  String message
           
static com.google.gwt.event.shared.GwtEvent.Type<ModifyActionHandler> TYPE
           
 
Constructor Summary
ModifyActionEvent()
           
ModifyActionEvent(String id)
           
 
Method Summary
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)
           
 
Methods inherited from class org.kuali.student.common.ui.client.event.ActionEvent
doActionComplete, getActionCompleteCallback, setActionCompleteCallback
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModifyActionEvent

public ModifyActionEvent()

ModifyActionEvent

public ModifyActionEvent(String id)
Method Detail

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.