public class ButtonCell extends ButtonCell implements HasEnabled
ButtonCell.Context| Constructor and Description |
|---|
ButtonCell() |
ButtonCell(ButtonSize size) |
ButtonCell(ButtonType type) |
ButtonCell(ButtonType type,
ButtonSize size) |
ButtonCell(IconType icon) |
ButtonCell(IconType icon,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonType type) |
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size) |
| Modifier and Type | Method and Description |
|---|---|
IconType |
getIcon() |
ButtonSize |
getSize() |
ButtonType |
getType() |
boolean |
isEnabled() |
void |
render(Cell.Context context,
SafeHtml data,
SafeHtmlBuilder sb) |
void |
setEnabled(boolean enabled) |
void |
setIcon(IconType icon) |
void |
setSize(ButtonSize size) |
void |
setType(ButtonType type) |
onBrowserEvent, onEnterKeyDowngetRenderer, renderdependsOnSelection, getConsumedEvents, handlesSelection, isEditing, resetFocus, setValuepublic ButtonCell()
public ButtonCell(ButtonType type)
public ButtonCell(IconType icon)
public ButtonCell(ButtonSize size)
public ButtonCell(IconType icon, ButtonType type)
public ButtonCell(IconType icon, ButtonSize size)
public ButtonCell(ButtonType type, ButtonSize size)
public ButtonCell(IconType icon, ButtonType type, ButtonSize size)
public void render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)
render in class ButtonCellpublic boolean isEnabled()
isEnabled in interface HasEnabledpublic void setEnabled(boolean enabled)
setEnabled in interface HasEnabledpublic ButtonType getType()
public void setType(ButtonType type)
public ButtonSize getSize()
public void setSize(ButtonSize size)
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.