|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Row | |
|---|---|
| org.displaytag.model | |
| org.displaytag.render | |
| Uses of Row in org.displaytag.model |
|---|
| Methods in org.displaytag.model that return Row | |
|---|---|
Row |
RowIterator.next()
Returns the next row object. |
| Methods in org.displaytag.model with parameters of type Row | |
|---|---|
void |
TableModel.addRow(Row row)
adds a Row object to the table. |
| Constructors in org.displaytag.model with parameters of type Row | |
|---|---|
Column(HeaderCell headerCell,
Cell currentCell,
Row parentRow)
Constructor for Column. |
|
ColumnIterator(java.util.List columns,
Row row)
Creates a new ColumnIterator given a list of column and a row. |
|
| Uses of Row in org.displaytag.render |
|---|
| Methods in org.displaytag.render with parameters of type Row | |
|---|---|
protected void |
HtmlTableWriter.writeRowCloser(Row row)
Writes an HTML table's row-closing tag to a JSP page. |
protected void |
TableWriterAdapter.writeRowCloser(Row row)
|
protected abstract void |
TableWriterTemplate.writeRowCloser(Row row)
Called by writeTableBody to write the end of the row structure. |
protected void |
HtmlTableWriter.writeRowOpener(Row row)
Writes an HTML table's row-opening tag to a JSP page. |
protected void |
TableWriterAdapter.writeRowOpener(Row row)
|
protected abstract void |
TableWriterTemplate.writeRowOpener(Row row)
Called by writeTableBody to write the start of the row structure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||