com.microstrategy.web.objects.WebRow |
Report grids are typically laid out in rows of data, which is what WebRow represents: a collection of WebRowValue objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract Enumeration | elements() | ||||||||||
abstract WebRowValue |
get(int index)
Returns the WebRowValue at the given index.
| ||||||||||
abstract WebHeaders | getHeaderElements() | ||||||||||
abstract int | getOrdinal() | ||||||||||
abstract boolean | isEmpty() | ||||||||||
abstract boolean |
isMarkedForTransaction()
Return whether this row is currently marked for a transaction operation
| ||||||||||
abstract int | size() |
Returns the WebRowValue at the given index.
index | index of the element to return. |
---|
IndexOutOfBoundsException | if index is out of range (index < 0 || index >= size()) . |
---|
WebHeaders
describing this row.
size()==0
.
Return whether this row is currently marked for a transaction operation