Class AbstractLogItemView<T>
- java.lang.Object
-
- org.jbpm.workbench.common.client.util.AbstractView<T>
-
- org.jbpm.workbench.common.client.logs.AbstractLogItemView<T>
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.HasPresenter<T>,org.uberfire.client.mvp.UberElement<T>
public abstract class AbstractLogItemView<T> extends AbstractView<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.errai.common.client.dom.SpanlogIconprotected org.jboss.errai.common.client.dom.SpanlogInfoprotected org.jboss.errai.common.client.dom.SpanlogTypeDesc-
Fields inherited from class org.jbpm.workbench.common.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description AbstractLogItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidinit()protected voidsetLogTime(Date modelLogTime)-
Methods inherited from class org.jbpm.workbench.common.client.util.AbstractView
init, tooltip
-
-
-
-
Field Detail
-
logIcon
@Inject @DataField("logIcon") protected org.jboss.errai.common.client.dom.Span logIcon
-
logTypeDesc
@Inject @DataField("logTypeDesc") protected org.jboss.errai.common.client.dom.Span logTypeDesc
-
logInfo
@Inject @DataField("logInfo") protected org.jboss.errai.common.client.dom.Span logInfo
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
-
setLogTime
protected void setLogTime(Date modelLogTime)
-
-