org.jbpm.console.ng.pr.client.editors.definition.list
@Dependent public class ProcessDefinitionListPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ProcessDefinitionListPresenter.ProcessDefinitionListView |
Constructor and Description |
---|
ProcessDefinitionListPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
addDataDisplay(com.google.gwt.view.client.HasData<ProcessSummary> display) |
void |
filterProcessList(String filter) |
com.google.gwt.view.client.ListDataProvider<ProcessSummary> |
getDataProvider() |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter> |
getView() |
void |
onFocus() |
void |
onOpen() |
void |
onSearch(ProcessDefinitionsSearchEvent searchFilter) |
void |
refreshData() |
void |
refreshProcessList() |
void |
reloadRepository() |
public String getTitle()
public org.uberfire.client.mvp.UberView<ProcessDefinitionListPresenter> getView()
public void refreshProcessList()
public void filterProcessList(String filter)
public void reloadRepository()
public void addDataDisplay(com.google.gwt.view.client.HasData<ProcessSummary> display)
public com.google.gwt.view.client.ListDataProvider<ProcessSummary> getDataProvider()
public void refreshData()
public void onOpen()
public void onFocus()
public void onSearch(@Observes ProcessDefinitionsSearchEvent searchFilter)
public org.uberfire.workbench.model.menu.Menus getMenus()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.