Class GenericErrorSummaryCountCell<C extends org.jbpm.workbench.common.model.GenericErrorSummary>

  • 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 Detail

      • GenericErrorSummaryCountCell

        public GenericErrorSummaryCountCell()
    • Method Detail

      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           C value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<C extends org.jbpm.workbench.common.model.GenericErrorSummary>
        Specified by:
        render in class com.google.gwt.cell.client.AbstractCell<C extends org.jbpm.workbench.common.model.GenericErrorSummary>
      • openErrorView

        public void openErrorView​(String id)