|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.overrides.HTMLTable.CellFormatter
com.google.gwt.widgetideas.table.client.SelectionGrid.SelectionGridCellFormatter
public class SelectionGrid.SelectionGridCellFormatter
This class contains methods used to format a table's cells.
Constructor Summary | |
---|---|
SelectionGrid.SelectionGridCellFormatter()
|
Method Summary | |
---|---|
protected com.google.gwt.user.client.Element |
getRawElement(int row,
int column)
Gets the TD element representing the specified cell unsafely (meaning that it doesn't ensure that the row and column are valid). |
Methods inherited from class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.CellFormatter |
---|
addStyleName, ensureElement, getAttr, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleName, setAlignment, setAttr, setHeight, setHorizontalAlignment, setStyleName, setStylePrimaryName, setVerticalAlignment, setVisible, setWidth, setWordWrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionGrid.SelectionGridCellFormatter()
Method Detail |
---|
protected com.google.gwt.user.client.Element getRawElement(int row, int column)
HTMLTable.CellFormatter
getRawElement
in class HTMLTable.CellFormatter
row
- the row of the cell to be retrievedcolumn
- the column of the cell to be retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |