Class ProcessInstanceLogItemView
- java.lang.Object
-
- org.jbpm.workbench.common.client.util.AbstractView<T>
-
- org.jbpm.workbench.common.client.logs.AbstractLogItemView<ProcessInstanceLogPresenter>
-
- org.jbpm.workbench.pr.client.editors.instance.log.ProcessInstanceLogItemView
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.HasPresenter<ProcessInstanceLogPresenter>,org.uberfire.client.mvp.UberElement<ProcessInstanceLogPresenter>
@Dependent @Templated public class ProcessInstanceLogItemView extends org.jbpm.workbench.common.client.logs.AbstractLogItemView<ProcessInstanceLogPresenter> implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceLogItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jbpm.workbench.pr.model.ProcessInstanceLogSummarygetValue()voidloadProcessInstanceLogsDetails(org.jboss.errai.common.client.dom.MouseEvent event)voidsetValue(org.jbpm.workbench.pr.model.ProcessInstanceLogSummary model)-
Methods inherited from class org.jbpm.workbench.common.client.logs.AbstractLogItemView
getElement, init, setLogTime
-
-
-
-
Method Detail
-
getValue
public org.jbpm.workbench.pr.model.ProcessInstanceLogSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
-
setValue
public void setValue(org.jbpm.workbench.pr.model.ProcessInstanceLogSummary model)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.pr.model.ProcessInstanceLogSummary>
-
loadProcessInstanceLogsDetails
@EventHandler("detailsLink") public void loadProcessInstanceLogsDetails(@ForEvent("click") org.jboss.errai.common.client.dom.MouseEvent event)
-
-