public class

WebTable.WebTableRowIterator

extends Object
implements Iterator<E>
java.lang.Object
   ↳ webwork.view.taglib.ui.table.WebTable.WebTableRowIterator

Class Overview

inner class to iteratoe over a row of the table. It can return formatted data, using the columnRenderer for the column or it can return the raw data.

Summary

Constants
int FORMATTED_DATA
int RAW_DATA
Fields
protected int _curRow
protected int _mode
protected WebTable _table
Protected Constructors
WebTable.WebTableRowIterator(WebTable table)
WebTable.WebTableRowIterator(WebTable table, int mode)
Public Methods
boolean hasNext()
Object next()
void remove()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Iterator

Constants

public static final int FORMATTED_DATA

Constant Value: 0 (0x00000000)

public static final int RAW_DATA

Constant Value: 1 (0x00000001)

Fields

protected int _curRow

protected int _mode

protected WebTable _table

Protected Constructors

protected WebTable.WebTableRowIterator (WebTable table)

protected WebTable.WebTableRowIterator (WebTable table, int mode)

Public Methods

public boolean hasNext ()

public Object next ()