|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Representation
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
TheRepresentation interface is a graphical representation of a block.
ReportBlock.getRepresentation()| Method Summary | |
|---|---|
ReportBlock |
getBlock()
Returns the report block this Representation represents. |
BlockType |
getType()
Returns the current block type. |
Representation |
setType(BlockType type)
Changes the block type. |
| Method Detail |
|---|
BlockType getType()
Representation setType(BlockType type)
Changes the block type. Depending on what sort of change this makes, some (or all)
expressions from a BlockAxis might move to another.
After calling this method, the current Representation object is no longer valid;
instead the returned one should be used. This is the same one as returned after a call to
ReportBlock.getRepresentation() after calling this method.
type - the new type
Representation object for the new type
java.lang.NullPointerException - when type is nullReportBlock getBlock()
Representation represents.
Representation represents
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||