public class ButtonCell extends ButtonCell implements HasEnabled
Cell.Context| Constructor and Description |
|---|
ButtonCell() |
ButtonCell(ButtonSize size) |
ButtonCell(ButtonType type) |
ButtonCell(ButtonType type,
ButtonSize size) |
ButtonCell(ButtonType type,
IconType icon) |
ButtonCell(IconType icon) |
ButtonCell(IconType icon,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
render(Cell.Context context,
SafeHtml data,
SafeHtmlBuilder sb) |
void |
setEnabled(boolean enabled) |
onBrowserEvent, onEnterKeyDowngetRenderer, renderdependsOnSelection, getConsumedEvents, handlesSelection, isEditing, resetFocus, setValuepublic ButtonCell()
public ButtonCell(ButtonType type)
public ButtonCell(IconType icon)
public ButtonCell(ButtonSize size)
public ButtonCell(ButtonType type, IconType icon)
public ButtonCell(ButtonType type, ButtonSize size)
public ButtonCell(IconType icon, ButtonSize size)
public ButtonCell(IconType icon, ButtonType type, ButtonSize size)
public boolean isEnabled()
isEnabled in interface HasEnabledpublic void setEnabled(boolean enabled)
setEnabled in interface HasEnabledpublic void render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)
render in class ButtonCellCopyright © 2017. All rights reserved.