Class JobBasicDetailsViewImpl
- java.lang.Object
-
- org.jbpm.workbench.es.client.editors.jobdetails.JobBasicDetailsViewImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.RequestSummary>,org.jboss.errai.common.client.api.IsElement
@Dependent @Templated("JobBasicDetailsViewImpl.html") public class JobBasicDetailsViewImpl extends Object implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.RequestSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description JobBasicDetailsViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.es.model.RequestSummarygetValue()voidsetValue(org.jbpm.workbench.es.model.RequestSummary requestSummary)
-
-
-
Method Detail
-
getValue
public org.jbpm.workbench.es.model.RequestSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.RequestSummary>
-
setValue
public void setValue(org.jbpm.workbench.es.model.RequestSummary requestSummary)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.es.model.RequestSummary>
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
-