public class CompletedFileUploadEvent extends com.google.gwt.event.shared.GwtEvent<CompletedFileUploadEventHandler> implements GuiEventInterface
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CompletedFileUploadEventHandler> |
TYPE |
Constructor and Description |
---|
CompletedFileUploadEvent(String parentId,
String itemIdentifier,
ConstantsExplorer.WS_UPLOAD_TYPE uploadType,
boolean isOverwrite)
Instantiates a new completed file upload event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CompletedFileUploadEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CompletedFileUploadEventHandler> |
getAssociatedType() |
String |
getItemIdentifier()
Gets the item identifier.
|
EventsTypeEnum |
getKey() |
String |
getParentId()
Gets the parent id.
|
ConstantsExplorer.WS_UPLOAD_TYPE |
getUploadType() |
boolean |
isOverwrite() |
void |
setItemIdentifier(String itemIdentifier)
Sets the item identifier.
|
void |
setOverwrite(boolean isOverwrite) |
void |
setParentId(String parentId)
Sets the parent id.
|
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<CompletedFileUploadEventHandler> TYPE
public CompletedFileUploadEvent(String parentId, String itemIdentifier, ConstantsExplorer.WS_UPLOAD_TYPE uploadType, boolean isOverwrite)
parentId
- the parent iditemIdentifier
- the item identifieruploadType
- the upload typeisOverwrite
- public com.google.gwt.event.shared.GwtEvent.Type<CompletedFileUploadEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<CompletedFileUploadEventHandler>
protected void dispatch(CompletedFileUploadEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<CompletedFileUploadEventHandler>
public EventsTypeEnum getKey()
getKey
in interface GuiEventInterface
public String getItemIdentifier()
public String getParentId()
public void setItemIdentifier(String itemIdentifier)
itemIdentifier
- the itemIdentifier to setpublic void setParentId(String parentId)
parentId
- the parentId to setpublic ConstantsExplorer.WS_UPLOAD_TYPE getUploadType()
public boolean isOverwrite()
public void setOverwrite(boolean isOverwrite)
isOverwrite
- the isOverwrite to setCopyright © 2016. All Rights Reserved.