public class Css3ButtonCellAppearance<M> extends Object implements com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3ButtonCellAppearance.Css3ButtonResources |
static interface |
Css3ButtonCellAppearance.Css3ButtonStyle |
static interface |
Css3ButtonCellAppearance.Css3ButtonTemplates |
| Constructor and Description |
|---|
Css3ButtonCellAppearance() |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.core.client.dom.XElement |
getButtonElement(com.sencha.gxt.core.client.dom.XElement parent) |
com.sencha.gxt.core.client.dom.XElement |
getFocusElement(com.sencha.gxt.core.client.dom.XElement parent) |
void |
onFocus(com.sencha.gxt.core.client.dom.XElement parent,
boolean focused) |
void |
onOver(com.sencha.gxt.core.client.dom.XElement parent,
boolean over) |
void |
onPress(com.sencha.gxt.core.client.dom.XElement parent,
boolean pressed) |
void |
onToggle(com.sencha.gxt.core.client.dom.XElement parent,
boolean pressed) |
void |
render(com.sencha.gxt.cell.core.client.ButtonCell<M> cell,
com.google.gwt.cell.client.Cell.Context context,
M value,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
public com.sencha.gxt.core.client.dom.XElement getButtonElement(com.sencha.gxt.core.client.dom.XElement parent)
getButtonElement in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>public com.sencha.gxt.core.client.dom.XElement getFocusElement(com.sencha.gxt.core.client.dom.XElement parent)
getFocusElement in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>public void onFocus(com.sencha.gxt.core.client.dom.XElement parent,
boolean focused)
onFocus in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>public void onOver(com.sencha.gxt.core.client.dom.XElement parent,
boolean over)
onOver in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>public void onPress(com.sencha.gxt.core.client.dom.XElement parent,
boolean pressed)
onPress in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>public void onToggle(com.sencha.gxt.core.client.dom.XElement parent,
boolean pressed)
onToggle in interface com.sencha.gxt.cell.core.client.ButtonCell.ButtonCellAppearance<M>Copyright © 2020. All Rights Reserved.