org.jbpm.designer.client
@Dependent public class DesignerPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DesignerPresenter.View |
Constructor and Description |
---|
DesignerPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
assetAddedEvent(String uri) |
void |
assetCopyEvent(String uri) |
void |
assetDeleteEvent(String uri) |
void |
assetRenameEvent(String uri) |
void |
assetUpdateEvent(String uri) |
boolean |
canClose() |
String |
getName() |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
onStartup(org.uberfire.backend.vfs.Path path,
org.uberfire.mvp.PlaceRequest place) |
void |
openInTab(String filename,
String uri) |
public void onStartup(org.uberfire.backend.vfs.Path path, org.uberfire.mvp.PlaceRequest place)
public boolean canClose()
public String getName()
public com.google.gwt.user.client.ui.IsWidget getView()
public void assetUpdateEvent(String uri)
public void assetAddedEvent(String uri)
public void assetCopyEvent(String uri)
public void assetRenameEvent(String uri)
public void assetDeleteEvent(String uri)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.