com.ebmwebsourcing.petalsbpm.definitionseditor.eventdefinition.message
Class MessageEventDefinitionController

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.definitionseditor.common.AbstractController
      extended by com.ebmwebsourcing.petalsbpm.definitionseditor.eventdefinition.message.MessageEventDefinitionController
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler, com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.GridHandler, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers

public class MessageEventDefinitionController
extends AbstractController
implements com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler


Field Summary
 
Fields inherited from class com.ebmwebsourcing.petalsbpm.definitionseditor.common.AbstractController
handlerManager
 
Constructor Summary
MessageEventDefinitionController(MessageEventDefinitionPanel panel, java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean> operationRefs, java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean> msgRefs)
           
 
Method Summary
 void onAddElement(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.AddElementEvent<?> event)
           
 void onAfterEditRecord(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.AfterEditRecordEvent<?> event)
           
 void onBeforeEditorRecord(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.BeforeEditRecordEvent<?> event)
           
 void onCellClick(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.CellClickEvent event)
           
 void onRemoveElement(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.RemoveElementEvent<?> event)
           
 void setOperationRefs(java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean> operationRefs)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.definitionseditor.common.AbstractController
addDefinitionsHandler, fireEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEventDefinitionController

public MessageEventDefinitionController(MessageEventDefinitionPanel panel,
                                        java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean> operationRefs,
                                        java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean> msgRefs)
Method Detail

onAddElement

public void onAddElement(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.AddElementEvent<?> event)
Specified by:
onAddElement in interface com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler

onAfterEditRecord

public void onAfterEditRecord(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.AfterEditRecordEvent<?> event)
Specified by:
onAfterEditRecord in interface com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler

onBeforeEditorRecord

public void onBeforeEditorRecord(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.BeforeEditRecordEvent<?> event)
Specified by:
onBeforeEditorRecord in interface com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler

onRemoveElement

public void onRemoveElement(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.RemoveElementEvent<?> event)
Specified by:
onRemoveElement in interface com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler

onCellClick

public void onCellClick(com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.CellClickEvent event)
Specified by:
onCellClick in interface com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.GridHandler

setOperationRefs

public void setOperationRefs(java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean> operationRefs)


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.