public class ButtonActionCell<T> extends Object implements com.google.gwt.cell.client.HasCell<T,T>
| Constructor and Description |
|---|
ButtonActionCell(com.google.gwt.cell.client.ActionCell.Delegate<T> delegate) |
ButtonActionCell(String text,
com.google.gwt.cell.client.ActionCell.Delegate<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.cell.client.Cell<T> |
getCell() |
com.google.gwt.cell.client.FieldUpdater<T,T> |
getFieldUpdater() |
String |
getText(T value) |
T |
getValue(T object) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
T value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
public ButtonActionCell(com.google.gwt.cell.client.ActionCell.Delegate<T> delegate)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.