Class ProcessVariableListViewImpl.EditVariableActionHasCell

  • All Implemented Interfaces:
    com.google.gwt.cell.client.HasCell<org.jbpm.workbench.pr.model.ProcessVariableSummary,​org.jbpm.workbench.pr.model.ProcessVariableSummary>
    Enclosing class:
    ProcessVariableListViewImpl

    protected class ProcessVariableListViewImpl.EditVariableActionHasCell
    extends org.jbpm.workbench.common.client.util.ButtonActionCell<org.jbpm.workbench.pr.model.ProcessVariableSummary>
    • Constructor Summary

      Constructors 
      Constructor Description
      EditVariableActionHasCell​(String text, com.google.gwt.cell.client.ActionCell.Delegate<org.jbpm.workbench.pr.model.ProcessVariableSummary> delegate)  
    • Constructor Detail

      • EditVariableActionHasCell

        public EditVariableActionHasCell​(String text,
                                         com.google.gwt.cell.client.ActionCell.Delegate<org.jbpm.workbench.pr.model.ProcessVariableSummary> delegate)
    • Method Detail

      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           org.jbpm.workbench.pr.model.ProcessVariableSummary value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Overrides:
        render in class org.jbpm.workbench.common.client.util.ButtonActionCell<org.jbpm.workbench.pr.model.ProcessVariableSummary>