|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.displaytag.model.ColumnIterator
public class ColumnIterator
Iterator on columns.
| Constructor Summary | |
|---|---|
ColumnIterator(java.util.List columns,
Row row)
Creates a new ColumnIterator given a list of column and a row. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Are there more columns? |
Column |
nextColumn()
Returns the next column. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnIterator(java.util.List columns,
Row row)
columns - List containing column objectsrow - current Row| Method Detail |
|---|
public boolean hasNext()
true if there are more columnspublic Column nextColumn()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||