Class ConditionalKebabActionCell<T extends org.jbpm.workbench.common.model.GenericSummary>
- java.lang.Object
-
- com.google.gwt.cell.client.AbstractCell<T>
-
- org.jbpm.workbench.common.client.util.ConditionalKebabActionCell<T>
-
- 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 Summary
Constructors Constructor Description ConditionalKebabActionCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfixOpenPosition(String id)voidrender(com.google.gwt.cell.client.Cell.Context context, T value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)voidsetActions(List<ConditionalAction<T>> actions)voidsetCallback(String id, T value, Consumer<T> callback)
-
-
-
Method Detail
-
setActions
public void setActions(List<ConditionalAction<T>> actions)
-
render
public void render(com.google.gwt.cell.client.Cell.Context context, T value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
-
fixOpenPosition
public void fixOpenPosition(String id)
-
-