org.jbpm.console.ng.ht.client.editors.taskform
@Dependent public class FormDisplayPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
FormDisplayPresenter.FormDisplayView |
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_COMPLETE_TASK |
static String |
ACTION_SAVE_TASK |
static String |
ACTION_START_PROCESS |
static String |
ACTION_TASK_COMMENTS |
static String |
ACTION_TASK_DETAILS |
Constructor and Description |
---|
FormDisplayPresenter() |
Modifier and Type | Method and Description |
---|---|
protected void |
changeActionTab() |
protected void |
changeTab(String tabId) |
void |
close() |
protected void |
completeTask() |
void |
completeTask(String values) |
void |
dispose() |
String |
getTitle() |
static Map<String,String> |
getUrlParameters(String values) |
org.uberfire.client.mvp.UberView<FormDisplayPresenter> |
getView() |
void |
init() |
protected void |
initTaskForm(String form) |
void |
onFormSubmitted(org.jbpm.formModeler.api.events.FormSubmittedEvent event) |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
onTaskRefreshedEvent(TaskRefreshedEvent event) |
void |
renderProcessForm() |
void |
renderTaskForm() |
protected void |
saveTaskState() |
void |
saveTaskState(Map<String,String> values) |
void |
saveTaskState(String values) |
void |
startFormModelerTask(Long taskId,
String identity) |
protected void |
startProcess() |
void |
startProcess(String values) |
void |
startTask(Long taskId,
String identity) |
void |
startTask(String values) |
public static final String ACTION_START_PROCESS
public static final String ACTION_SAVE_TASK
public static final String ACTION_COMPLETE_TASK
public static final String ACTION_TASK_DETAILS
public static final String ACTION_TASK_COMMENTS
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void renderTaskForm()
protected void initTaskForm(String form)
public void renderProcessForm()
public void onFormSubmitted(@Observes org.jbpm.formModeler.api.events.FormSubmittedEvent event)
public String getTitle()
public org.uberfire.client.mvp.UberView<FormDisplayPresenter> getView()
public void completeTask(String values)
public void saveTaskState(String values)
public void startTask(String values)
protected void saveTaskState()
protected void changeActionTab()
protected void changeTab(String tabId)
protected void completeTask()
protected void startProcess()
public void startProcess(String values)
public void onOpen()
public void dispose()
public void close()
public void onTaskRefreshedEvent(@Observes TaskRefreshedEvent event)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.