List of usage examples for com.google.gwt.cell.client ButtonCell subclass-usage
From source file accelerator.client.ui.cell.IconButtonCell.java
public class IconButtonCell extends ButtonCell { private String icon; /** * @return the icon */
From source file com.dianaui.universal.core.client.ui.ButtonCell.java
/**
* A ButtonCell with Bootstrap Style, supporting Icons and icon types.
*
* @author Carlos A Becker
* @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
* @see Button
From source file com.github.gwtbootstrap.client.ui.ButtonCell.java
/**
* A ButtonCell with Bootstrap Style, supporting Icons and icon types.
*
* @author Carlos A Becker
* @since 2.0.4.0
*
From source file org.drools.guvnor.client.asseteditor.drools.enums.DeleteButtonCell.java
/** * Created with IntelliJ IDEA. User: raymondefa Date: 6/18/12 Time: 12:54 PM To * change this template use File | Settings | File Templates. */ public class DeleteButtonCell extends ButtonCell { @Override
From source file org.drools.workbench.screens.enums.client.widget.DeleteButtonCellWidget.java
public class DeleteButtonCellWidget extends ButtonCell { @Override public void render(Context context, SafeHtml data, SafeHtmlBuilder sb) { final ImageResource imageResource = ItemImages.INSTANCE.deleteItemSmall(); sb.appendHtmlConstant("<input type=\"image\" src=\"" + imageResource.getURL() + "\" tabindex=\"-1\">");
From source file org.glom.web.client.ui.cell.NavigationButtonCell.java
/** * Cell renderer for {@link ListTable} open buttons. */ public class NavigationButtonCell extends ButtonCell { /* * (non-Javadoc)
From source file org.gwtbootstrap3.client.ui.gwt.ButtonCell.java
public class ButtonCell extends com.google.gwt.cell.client.ButtonCell implements HasEnabled { private IconType icon; private ButtonType type = ButtonType.DEFAULT;
From source file org.kie.guvnor.enums.client.widget.DeleteButtonCellWidget.java
public class DeleteButtonCellWidget extends ButtonCell { @Override public void render(Context context, SafeHtml data, SafeHtmlBuilder sb) { final ImageResource imageResource = ItemImages.INSTANCE.deleteItemSmall(); sb.appendHtmlConstant("<input type=\"image\" src=\"" + imageResource.getURL() + "\" tabindex=\"-1\">");