public class CreateUrlEvent extends com.google.gwt.event.shared.GwtEvent<CreateUrlEventHandler> implements GuiEventInterface
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CreateUrlEventHandler> |
TYPE |
Constructor and Description |
---|
CreateUrlEvent(String itemIdentifier,
FileModel parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CreateUrlEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CreateUrlEventHandler> |
getAssociatedType() |
String |
getItemIdentifier() |
EventsTypeEnum |
getKey() |
FileModel |
getParentFileModel() |
void |
setParentFileModel(FileModel parentFileModel) |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<CreateUrlEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<CreateUrlEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<CreateUrlEventHandler>
protected void dispatch(CreateUrlEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<CreateUrlEventHandler>
public FileModel getParentFileModel()
public void setParentFileModel(FileModel parentFileModel)
public EventsTypeEnum getKey()
getKey
in interface GuiEventInterface
public String getItemIdentifier()
Copyright © 2016. All Rights Reserved.