com.sencha.gxt.widget.core.client.grid
Interface GridView.GridAppearance
- All Known Implementing Classes:
- BlueGridAppearance, GrayGridAppearance, GridBaseAppearance
- Enclosing class:
- GridView<M>
public static interface GridView.GridAppearance
Define the appearance of a Grid.
findCell
Element findCell(Element elem)
findRow
Element findRow(Element elem)
getRowBody
Element getRowBody(Element row)
getRows
NodeList<Element> getRows(XElement parent)
onCellSelect
void onCellSelect(Element cell,
boolean select)
onRowHighlight
void onRowHighlight(Element row,
boolean highlight)
onRowOver
void onRowOver(Element row,
boolean over)
onRowSelect
void onRowSelect(Element row,
boolean select)
render
void render(SafeHtmlBuilder sb)
- Renders the HTML markup for the widget.
- Parameters:
sb - the safe html builder
renderEmptyContent
SafeHtml renderEmptyContent(java.lang.String emptyText)
styles
GridView.GridStyles styles()
Copyright © 2012. All Rights Reserved.