public class Css3GridAppearance extends Object implements com.sencha.gxt.widget.core.client.grid.GridView.GridAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3GridAppearance.GridResources |
static interface |
Css3GridAppearance.GridStyle |
static interface |
Css3GridAppearance.GridTemplates |
| Modifier and Type | Field and Description |
|---|---|
protected Css3GridAppearance.GridResources |
resources |
protected Css3GridAppearance.GridStyle |
style |
| Constructor and Description |
|---|
Css3GridAppearance() |
Css3GridAppearance(Css3GridAppearance.GridResources resources) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Element |
findCell(com.google.gwt.dom.client.Element elem) |
com.google.gwt.dom.client.Element |
findRow(com.google.gwt.dom.client.Element elem) |
com.google.gwt.dom.client.Element |
getRowBody(com.google.gwt.dom.client.Element row) |
com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Element> |
getRows(com.sencha.gxt.core.client.dom.XElement parent) |
void |
onCellSelect(com.google.gwt.dom.client.Element cell,
boolean select) |
void |
onRowHighlight(com.google.gwt.dom.client.Element row,
boolean highlight) |
void |
onRowOver(com.google.gwt.dom.client.Element row,
boolean over) |
void |
onRowSelect(com.google.gwt.dom.client.Element row,
boolean select) |
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb) |
com.google.gwt.safehtml.shared.SafeHtml |
renderEmptyContent(String emptyText) |
com.sencha.gxt.widget.core.client.grid.GridView.GridStyles |
styles() |
protected final Css3GridAppearance.GridResources resources
protected final Css3GridAppearance.GridStyle style
public Css3GridAppearance()
public Css3GridAppearance(Css3GridAppearance.GridResources resources)
public void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
render in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.sencha.gxt.widget.core.client.grid.GridView.GridStyles styles()
styles in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.google.gwt.dom.client.Element findRow(com.google.gwt.dom.client.Element elem)
findRow in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.google.gwt.dom.client.NodeList<com.google.gwt.dom.client.Element> getRows(com.sencha.gxt.core.client.dom.XElement parent)
getRows in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.google.gwt.dom.client.Element findCell(com.google.gwt.dom.client.Element elem)
findCell in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic void onRowOver(com.google.gwt.dom.client.Element row,
boolean over)
onRowOver in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic void onRowHighlight(com.google.gwt.dom.client.Element row,
boolean highlight)
onRowHighlight in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic void onRowSelect(com.google.gwt.dom.client.Element row,
boolean select)
onRowSelect in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic void onCellSelect(com.google.gwt.dom.client.Element cell,
boolean select)
onCellSelect in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.google.gwt.dom.client.Element getRowBody(com.google.gwt.dom.client.Element row)
getRowBody in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearancepublic com.google.gwt.safehtml.shared.SafeHtml renderEmptyContent(String emptyText)
renderEmptyContent in interface com.sencha.gxt.widget.core.client.grid.GridView.GridAppearanceCopyright © 2020. All Rights Reserved.