jBPM Console NG - Process Runtime Client 6.1.0.Beta2

org.jbpm.console.ng.pr.client.editors.variables.edit
Class VariableEditPresenter

java.lang.Object
  extended by org.jbpm.console.ng.pr.client.editors.variables.edit.VariableEditPresenter

@Dependent
public class VariableEditPresenter
extends Object


Nested Class Summary
static interface VariableEditPresenter.PopupView
           
 
Constructor Summary
VariableEditPresenter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableEditPresenter

public VariableEditPresenter()
Method Detail

init

@PostConstruct
public void init()

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<VariableEditPresenter> getView()

onOpen

public void onOpen()

close

public void close()

setProcessVariable

public void setProcessVariable(Object value)

jBPM Console NG - Process Runtime Client 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.