| 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() |
void |
render(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml data,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setIcon(IconType icon) |
void |
setSize(ButtonSize size) |
void |
setType(ButtonType type) |
public 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(com.google.gwt.cell.client.Cell.Context context,
com.google.gwt.safehtml.shared.SafeHtml data,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in class com.google.gwt.cell.client.ButtonCellpublic IconType getIcon()
public void setIcon(IconType icon)
public ButtonType getType()
public void setType(ButtonType type)
public ButtonSize getSize()
public void setSize(ButtonSize size)
Copyright © 2016. All rights reserved.