Class CaseActionItemView
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.AbstractView<CaseActionsPresenter>
-
- org.jbpm.workbench.cm.client.actions.CaseActionItemView
-
- All Implemented Interfaces:
com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseActionSummary>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.HasPresenter<CaseActionsPresenter>,org.uberfire.client.mvp.UberElement<CaseActionsPresenter>
@Dependent @Templated public class CaseActionItemView extends AbstractView<CaseActionsPresenter> implements com.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseActionSummary>, org.jboss.errai.common.client.api.IsElement
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jboss.errai.ui.client.local.spi.TranslationServicetranslationService-
Fields inherited from class org.jbpm.workbench.cm.client.util.AbstractView
presenter
-
-
Constructor Summary
Constructors Constructor Description CaseActionItemView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(CaseActionsPresenter.CaseActionAction action)voidaddActionInfo(String text)voidaddCreationDate()org.jboss.errai.common.client.dom.HTMLElementgetElement()org.jbpm.workbench.cm.model.CaseActionSummarygetValue()voidsetLastElementStyle()voidsetValue(org.jbpm.workbench.cm.model.CaseActionSummary model)-
Methods inherited from class org.jbpm.workbench.cm.client.util.AbstractView
init, tooltip
-
-
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
getValue
public org.jbpm.workbench.cm.model.CaseActionSummary getValue()
- Specified by:
getValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseActionSummary>
-
setValue
public void setValue(org.jbpm.workbench.cm.model.CaseActionSummary model)
- Specified by:
setValuein interfacecom.google.gwt.user.client.TakesValue<org.jbpm.workbench.cm.model.CaseActionSummary>
-
addAction
public void addAction(CaseActionsPresenter.CaseActionAction action)
-
addCreationDate
public void addCreationDate()
-
addActionInfo
public void addActionInfo(String text)
-
setLastElementStyle
public void setLastElementStyle()
-
-