org.jbpm.formbuilder.client.bus
Class RegisterLayoutEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<RegisterLayoutHandler>
org.jbpm.formbuilder.client.bus.RegisterLayoutEvent
public class RegisterLayoutEvent
- extends com.google.gwt.event.shared.GwtEvent<RegisterLayoutHandler>
Notifies a layout item has been added to the form, and needs to be registered as a droppable zone.
| 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<RegisterLayoutHandler> TYPE
RegisterLayoutEvent
public RegisterLayoutEvent(LayoutFormItem layout)
getLayout
public LayoutFormItem getLayout()
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RegisterLayoutHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RegisterLayoutHandler>
dispatch
protected void dispatch(RegisterLayoutHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<RegisterLayoutHandler>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.