|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.table.TableView
Grid
public class TableView
This class encapsulates the user interface of a Table.
setCellSelectorDepth(int).
| Constructor Summary | |
|---|---|
TableView()
Deprecated. |
|
| Method Summary | |
|---|---|
com.google.gwt.user.client.Element |
findCell(com.google.gwt.user.client.Element elem)
Deprecated. Returns the cell. |
int |
findCellIndex(com.google.gwt.user.client.Element elem)
Deprecated. Returns the elements cell index. |
com.google.gwt.user.client.Element |
findRow(com.google.gwt.user.client.Element el)
Deprecated. Returns the row element. |
int |
findRowIndex(com.google.gwt.user.client.Element elem)
Deprecated. Reutrns the row index of the element. |
int |
getCellSelectorDepth()
Deprecated. Returns the cell selector depth. |
El |
getDataEl()
Deprecated. Returns the data element. |
int |
getRowSelectorDepth()
Deprecated. Returns the row selector depth. |
El |
getScrollEl()
Deprecated. Returns the scroll element. |
void |
resize()
Deprecated. Adjusts the table to its current size. |
void |
setCellSelectorDepth(int cellSelectorDepth)
Deprecated. The number of levels to search for cells in event delegation (defaults to 10). |
void |
setRowSelectorDepth(int rowSelectorDepth)
Deprecated. The number of levels to search for rows in event delegation (defaults to 10). |
void |
sort(int index,
Style.SortDir direction)
Deprecated. Sorts the table. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableView()
| Method Detail |
|---|
public com.google.gwt.user.client.Element findCell(com.google.gwt.user.client.Element elem)
elem - the cell element or any child element
public int findCellIndex(com.google.gwt.user.client.Element elem)
elem - the row element
public com.google.gwt.user.client.Element findRow(com.google.gwt.user.client.Element el)
el - the row element or any child element
public int findRowIndex(com.google.gwt.user.client.Element elem)
elem - the row element or any child element
public int getCellSelectorDepth()
public El getDataEl()
public int getRowSelectorDepth()
public El getScrollEl()
public void resize()
public void setCellSelectorDepth(int cellSelectorDepth)
cellSelectorDepth - the cell selector depthpublic void setRowSelectorDepth(int rowSelectorDepth)
rowSelectorDepth - the row selector depth
public void sort(int index,
Style.SortDir direction)
index - the column to sortdirection - the sort direction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||