org.gwtbootstrap3.client.ui.gwt
Class ButtonCell

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<C>
      extended by com.google.gwt.cell.client.AbstractSafeHtmlCell<String>
          extended by com.google.gwt.cell.client.ButtonCell
              extended by org.gwtbootstrap3.client.ui.gwt.ButtonCell
All Implemented Interfaces:
Cell<String>

public class ButtonCell
extends ButtonCell


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
Cell.Context
 
Constructor Summary
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)
           
 
Method Summary
 void render(Cell.Context context, SafeHtml data, SafeHtmlBuilder sb)
           
 
Methods inherited from class com.google.gwt.cell.client.ButtonCell
onBrowserEvent, onEnterKeyDown
 
Methods inherited from class com.google.gwt.cell.client.AbstractSafeHtmlCell
getRenderer, render
 
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, resetFocus, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

render

public void render(Cell.Context context,
                   SafeHtml data,
                   SafeHtmlBuilder sb)
Overrides:
render in class ButtonCell


Copyright © 2015. All rights reserved.