|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataGridRow
Interface of row in DataGrid class
| Method Summary | |
|---|---|
java.lang.String |
getCellText(int columnIndex)
Gets text from specified cell of row. |
com.google.gwt.user.client.ui.Widget |
getCellWidget(int columnIndex)
Sets widget from specified cell of row. |
DataGrid |
getDataGrid()
|
java.lang.Object |
getDataRow()
This function return data of this row from grid's dataset. |
int |
getIndex()
|
void |
setCellText(int columnIndex,
java.lang.String text)
Sets text to specified cell of row. |
void |
setCellWidget(int columnIndex,
com.google.gwt.user.client.ui.Widget widget)
Sets widget to specified cell of row. |
void |
setStyleName(java.lang.String styleName)
Sets css-style for this row |
| Method Detail |
|---|
DataGrid getDataGrid()
DataGrid - owner of rowint getIndex()
java.lang.Object getDataRow()
void setCellText(int columnIndex,
java.lang.String text)
columnIndex - index of cell's columntext - text to setjava.lang.String getCellText(int columnIndex)
columnIndex - index of cell's column
void setCellWidget(int columnIndex,
com.google.gwt.user.client.ui.Widget widget)
columnIndex - index of cell's columnwidget - widget to setcom.google.gwt.user.client.ui.Widget getCellWidget(int columnIndex)
columnIndex - index of cell's column
void setStyleName(java.lang.String styleName)
styleName - css-style name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||