Class SubProcessInstancesView
- java.lang.Object
-
- org.jbpm.workbench.pr.client.editors.instance.diagram.SubProcessInstancesView
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<List<org.jbpm.workbench.pr.model.ProcessInstanceSummary>>,org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement
@Dependent @Templated(stylesheet="ProcessInstanceDiagram.css") public class SubProcessInstancesView extends Object implements com.google.gwt.user.client.TakesValue<List<org.jbpm.workbench.pr.model.ProcessInstanceSummary>>, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Constructor Summary
Constructors Constructor Description SubProcessInstancesView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementgetElement()List<org.jbpm.workbench.pr.model.ProcessInstanceSummary>getValue()voidsetValue(List<org.jbpm.workbench.pr.model.ProcessInstanceSummary> value)
-
-
-
Method Detail
-
setValue
public void setValue(List<org.jbpm.workbench.pr.model.ProcessInstanceSummary> value)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<List<org.jbpm.workbench.pr.model.ProcessInstanceSummary>>
-
getValue
public List<org.jbpm.workbench.pr.model.ProcessInstanceSummary> getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<List<org.jbpm.workbench.pr.model.ProcessInstanceSummary>>
-
getElement
public elemental2.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.elemental2.IsElement- Specified by:
getElementin interfaceorg.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-