org.gwtbootstrap3.client.ui.gwt
Class ButtonCell
java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.AbstractSafeHtmlCell<String>
com.google.gwt.cell.client.ButtonCell
org.gwtbootstrap3.client.ui.gwt.ButtonCell
- All Implemented Interfaces:
- Cell<String>
public class ButtonCell
- extends ButtonCell
| Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
Cell.Context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ButtonCell
public ButtonCell()
ButtonCell
public ButtonCell(ButtonType type)
ButtonCell
public ButtonCell(IconType icon)
ButtonCell
public ButtonCell(ButtonSize size)
ButtonCell
public ButtonCell(ButtonType type,
IconType icon)
ButtonCell
public ButtonCell(ButtonType type,
ButtonSize size)
ButtonCell
public ButtonCell(IconType icon,
ButtonSize size)
ButtonCell
public ButtonCell(IconType icon,
ButtonType type,
ButtonSize size)
render
public void render(Cell.Context context,
SafeHtml data,
SafeHtmlBuilder sb)
- Overrides:
render in class ButtonCell
Copyright © 2015. All rights reserved.