public class ActionButtonCellNoFirst extends ActionButtonCell
| Constructor and Description |
|---|
ActionButtonCellNoFirst() |
ActionButtonCellNoFirst(ActionButtonCellAppearance appearance) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.resources.client.ImageResource |
getIcon() |
String |
getTitle() |
void |
render(com.google.gwt.cell.client.Cell.Context context,
String value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
void |
setIcon(com.google.gwt.resources.client.ImageResource icon) |
void |
setTitle(String title) |
addSelectHandler, onBrowserEventgetHeight, getWidth, redrawOnResize, setHeight, setSize, setSize, setWidthaddHandler, createHandlerManager, fireCancellableEvent, fireCancellableEvent, fireEvent, fireEvent, isDisableEvents, setDisableEventspublic ActionButtonCellNoFirst()
public ActionButtonCellNoFirst(ActionButtonCellAppearance appearance)
public void render(com.google.gwt.cell.client.Cell.Context context,
String value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in interface com.google.gwt.cell.client.Cell<String>render in class ActionButtonCellpublic com.google.gwt.resources.client.ImageResource getIcon()
public void setIcon(com.google.gwt.resources.client.ImageResource icon)
setIcon in class ActionButtonCellpublic String getTitle()
public void setTitle(String title)
setTitle in class ActionButtonCellCopyright © 2014. All Rights Reserved.