org.jbpm.console.ng.pr.client.editors.variables.edit
@Dependent public class VariableEditPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
VariableEditPresenter.PopupView |
Constructor and Description |
---|
VariableEditPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<VariableEditPresenter> |
getView() |
void |
init() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
setProcessVariable(Object value) |
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<VariableEditPresenter> getView()
public void onOpen()
public void close()
public void setProcessVariable(Object value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.