com.microstrategy.web.objects.WebGridHeaders |
Known Indirect Subclasses
|
Class Overview
This interface provides collection type methods to traverse and obtain
WebHeaders
objects. Each WebHeaders
object in turn refer to a collection of WebHeader
objects that should be laid out in a tabular row - this only applies to row and
column WebGridHeaders; page-by headers are typically rendered with a
drop-down box so without the concern of laying out page-by headers in a
tabular row, they may be encapsulated within a single page-by WebGridHeaders
object.
Public Methods
public
abstract
Enumeration<WebHeaders>
elements
()
public
abstract
WebHeaders
get
(int index)
Returns the WebHeaders object at the given index (starting from 0).
Parameters
index |
index of the element to return. |
Returns
- the element at the specified position.
Throws
IndexOutOfBoundsException
| if index is out of range (index < 0 || index >= size()) . |
public
abstract
int
getBlockBegin
()
public
abstract
int
getBlockCount
()
public
abstract
boolean
isEmpty
()
public
abstract
int
size
()
Returns
- the number of WebHeaders in the collection.