Class ProcessVariableSummaryViewImpl
- java.lang.Object
-
- org.jbpm.workbench.client.screens.ProcessVariableSummaryViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<ProcessVariableSummary>
,org.jboss.errai.common.client.api.IsElement
@Dependent @Templated public class ProcessVariableSummaryViewImpl extends Object implements com.google.gwt.user.client.TakesValue<ProcessVariableSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description ProcessVariableSummaryViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElement
getElement()
ProcessVariableSummary
getValue()
void
setValue(ProcessVariableSummary model)
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElement
in interfaceorg.jboss.errai.common.client.api.IsElement
-
getValue
public ProcessVariableSummary getValue()
- Specified by:
getValue
in interfacecom.google.gwt.user.client.TakesValue<ProcessVariableSummary>
-
setValue
public void setValue(ProcessVariableSummary model)
- Specified by:
setValue
in interfacecom.google.gwt.user.client.TakesValue<ProcessVariableSummary>
-
-