public class PasteItemEvent extends com.google.gwt.event.shared.GwtEvent<PasteItemEventHandler> implements GuiEventInterface
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<PasteItemEventHandler> |
TYPE |
Constructor and Description |
---|
PasteItemEvent(List<String> ids,
String folderDestinationId,
CutCopyAndPaste.OperationType operation) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(PasteItemEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<PasteItemEventHandler> |
getAssociatedType() |
String |
getFolderDestinationId() |
String |
getFolderSourceId() |
List<String> |
getIds() |
EventsTypeEnum |
getKey() |
CutCopyAndPaste.OperationType |
getOperationType() |
boolean |
isTreeRefreshable() |
void |
setFolderSourceId(String folderSourceId) |
void |
setIds(List<String> ids) |
void |
setTreeRefreshable(boolean bool) |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<PasteItemEventHandler> TYPE
public PasteItemEvent(List<String> ids, String folderDestinationId, CutCopyAndPaste.OperationType operation)
public com.google.gwt.event.shared.GwtEvent.Type<PasteItemEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<PasteItemEventHandler>
protected void dispatch(PasteItemEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<PasteItemEventHandler>
public String getFolderDestinationId()
public EventsTypeEnum getKey()
getKey
in interface GuiEventInterface
public CutCopyAndPaste.OperationType getOperationType()
public String getFolderSourceId()
public void setFolderSourceId(String folderSourceId)
public void setTreeRefreshable(boolean bool)
public boolean isTreeRefreshable()
Copyright © 2016. All Rights Reserved.