org.jbpm.formbuilder.client.bus.ui
Class FormItemAddedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<FormItemAddedHandler>
          extended by org.jbpm.formbuilder.client.bus.ui.FormItemAddedEvent

public class FormItemAddedEvent
extends com.google.gwt.event.shared.GwtEvent<FormItemAddedHandler>

Notifies that a new instance of FBFormItem has been added to the layout


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<FormItemAddedHandler> TYPE
           
 
Constructor Summary
FormItemAddedEvent(FBFormItem formItem, com.google.gwt.user.client.ui.Widget formItemHolder)
           
 
Method Summary
protected  void dispatch(FormItemAddedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<FormItemAddedHandler> getAssociatedType()
           
 FBFormItem getFormItem()
           
 com.google.gwt.user.client.ui.Widget getFormItemHolder()
           
 
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<FormItemAddedHandler> TYPE
Constructor Detail

FormItemAddedEvent

public FormItemAddedEvent(FBFormItem formItem,
                          com.google.gwt.user.client.ui.Widget formItemHolder)
Method Detail

getFormItem

public FBFormItem getFormItem()

getFormItemHolder

public com.google.gwt.user.client.ui.Widget getFormItemHolder()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<FormItemAddedHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FormItemAddedHandler>

dispatch

protected void dispatch(FormItemAddedHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<FormItemAddedHandler>


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.