org.jbpm.console.ng.pr.client.editors.variables.history
Interface VariableHistoryPresenter.PopupView
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<VariableHistoryPresenter>
- All Known Implementing Classes:
- VariableHistoryViewImpl
- Enclosing class:
- VariableHistoryPresenter
public static interface VariableHistoryPresenter.PopupView
- extends org.uberfire.client.mvp.UberView<VariableHistoryPresenter>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
displayNotification
void displayNotification(String text)
setProcessInstanceId
void setProcessInstanceId(long processInstanceId)
getProcessInstanceId
long getProcessInstanceId()
setVariableId
void setVariableId(String variableId)
getVariableId
String getVariableId()
refreshTable
void refreshTable()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.