Class ConditionalKebabActionCell<T extends org.jbpm.workbench.common.model.GenericSummary>

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<T>

    @Dependent
    public class ConditionalKebabActionCell<T extends org.jbpm.workbench.common.model.GenericSummary>
    extends com.google.gwt.cell.client.AbstractCell<T>
    • Constructor Detail

      • ConditionalKebabActionCell

        public ConditionalKebabActionCell()
    • Method Detail

      • render

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

        public void fixOpenPosition​(String id)
      • setCallback

        public void setCallback​(String id,
                                T value,
                                Consumer<T> callback)