@Dependent
public class ConditionalKebabActionCell<T extends GenericSummary>
extends com.google.gwt.cell.client.AbstractCell<T>
Constructor and Description |
---|
ConditionalKebabActionCell() |
Modifier and Type | Method and Description |
---|---|
void |
fixOpenPosition(String id) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
T value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setActions(List<ConditionalAction<T>> actions) |
void |
setCallback(String id,
T value,
Consumer<T> callback) |
public void setActions(List<ConditionalAction<T>> actions)
public void render(com.google.gwt.cell.client.Cell.Context context, T value, com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render
in interface com.google.gwt.cell.client.Cell<T extends GenericSummary>
render
in class com.google.gwt.cell.client.AbstractCell<T extends GenericSummary>
public void fixOpenPosition(String id)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.