Class GenericErrorSummaryCountCell<C extends org.jbpm.workbench.common.model.GenericErrorSummary>
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<C>
-
- org.jbpm.workbench.common.client.util.GenericErrorSummaryCountCell<C>
-
- All Implemented Interfaces:
com.google.gwt.cell.client.Cell<C>,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement
@Dependent @Templated(value="GenericErrorSummaryCountCell.html", stylesheet="GenericErrorSummaryCountCell.css") public class GenericErrorSummaryCountCell<C extends org.jbpm.workbench.common.model.GenericErrorSummary> extends com.google.gwt.cell.client.AbstractCell<C> implements org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description GenericErrorSummaryCountCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericErrorSummaryCountCellinit(AbstractMultiGridPresenter viewPresenter)voidopenErrorView(String id)voidrender(com.google.gwt.cell.client.Cell.Context context, C value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)-
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, onEnterKeyDown, resetFocus, setValue
-
-
-
-
Method Detail
-
init
public GenericErrorSummaryCountCell init(AbstractMultiGridPresenter viewPresenter)
-
render
public void render(com.google.gwt.cell.client.Cell.Context context, C value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
-
openErrorView
public void openErrorView(String id)
-
-