public class DeleteCustomFieldEvent extends com.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> |
TYPE |
| Constructor and Description |
|---|
DeleteCustomFieldEvent(CustomFieldEntry removedEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteCustomFieldEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> |
getAssociatedType() |
CustomFieldEntry |
getRemovedEntry() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> TYPE
public DeleteCustomFieldEvent(CustomFieldEntry removedEntry)
public CustomFieldEntry getRemovedEntry()
public com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>protected void dispatch(DeleteCustomFieldEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>Copyright © 2016. All Rights Reserved.