|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Blocks
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheBlocks interface defines a collection of blocks.
A block can be a table or a graph.
DataProvider,
BlockInfo.getBlocks()| Method Summary | |
|---|---|
int |
getCount()
Gets the number of blocks in the collection. |
Block |
getItem(int index)
Returns the block at the specified position in the list. |
Block |
getItem(java.lang.String name)
Returns a block by name. |
Block |
getItemByID(java.lang.String ID)
Returns a Block identified by its ID. |
| Method Detail |
|---|
int getCount()
ReportEngine.getCanEditDocument() returns
false. That is to say, the ReportEngine instance
was opened to run Desktop Intelligence documents.
Block getItem(int index)
index - The index of the block to return (0 based).
java.lang.ArrayIndexOutOfBoundsException - if index is out of range
(index < 0 || index >= getCount()).
Block getItem(java.lang.String name)
throws REException
name - Name of the block to return.
REException - if the block name is invalid.
Block getItemByID(java.lang.String ID)
throws REException
Block identified by its ID.
ID - The id of the block to be returned.
REException - if the block ID is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||