Class DeleteCustomFieldEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.client.events.DeleteCustomFieldEvent
-
public class DeleteCustomFieldEvent extends com.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>
Delete custom field event.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description DeleteCustomFieldEvent(CustomFieldEntry removedEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(DeleteCustomFieldEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler>getAssociatedType()CustomFieldEntrygetRemovedEntry()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> TYPE
-
-
Constructor Detail
-
DeleteCustomFieldEvent
public DeleteCustomFieldEvent(CustomFieldEntry removedEntry)
-
-
Method Detail
-
getRemovedEntry
public CustomFieldEntry getRemovedEntry()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DeleteCustomFieldEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>
-
dispatch
protected void dispatch(DeleteCustomFieldEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<DeleteCustomFieldEventHandler>
-
-