public class Css3ListViewAppearance<M> extends Object implements com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3ListViewAppearance.Css3ListViewResources |
static interface |
Css3ListViewAppearance.Css3ListViewStyle |
static interface |
Css3ListViewAppearance.Css3ListViewTemplates |
| Constructor and Description |
|---|
Css3ListViewAppearance() |
Css3ListViewAppearance(Css3ListViewAppearance.Css3ListViewResources resources) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Element |
findCellParent(com.sencha.gxt.core.client.dom.XElement item) |
com.google.gwt.dom.client.Element |
findElement(com.sencha.gxt.core.client.dom.XElement child) |
List<com.google.gwt.dom.client.Element> |
findElements(com.sencha.gxt.core.client.dom.XElement parent) |
void |
onOver(com.sencha.gxt.core.client.dom.XElement item,
boolean over) |
void |
onSelect(com.sencha.gxt.core.client.dom.XElement item,
boolean select) |
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder builder) |
void |
renderEnd(com.google.gwt.safehtml.shared.SafeHtmlBuilder builder) |
void |
renderItem(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
com.google.gwt.safehtml.shared.SafeHtml content) |
public Css3ListViewAppearance()
public Css3ListViewAppearance(Css3ListViewAppearance.Css3ListViewResources resources)
public com.google.gwt.dom.client.Element findCellParent(com.sencha.gxt.core.client.dom.XElement item)
findCellParent in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public com.google.gwt.dom.client.Element findElement(com.sencha.gxt.core.client.dom.XElement child)
findElement in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public List<com.google.gwt.dom.client.Element> findElements(com.sencha.gxt.core.client.dom.XElement parent)
findElements in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public void onOver(com.sencha.gxt.core.client.dom.XElement item,
boolean over)
onOver in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public void onSelect(com.sencha.gxt.core.client.dom.XElement item,
boolean select)
onSelect in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder builder)
render in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public void renderEnd(com.google.gwt.safehtml.shared.SafeHtmlBuilder builder)
renderEnd in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>public void renderItem(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
com.google.gwt.safehtml.shared.SafeHtml content)
renderItem in interface com.sencha.gxt.widget.core.client.ListView.ListViewAppearance<M>Copyright © 2020. All Rights Reserved.