|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SimpleTable
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
SimpleTable interface is a representation of a simple table. Simple tables represents all tables except crosstables. In other words,
a block is a SimpleTable when Representation.getType() returns either:
TableType.VTABLETableType.HTABLETableType.FORM
| Method Summary | |
|---|---|
CellMatrix |
getBody()
Returns all body cells. |
CellMatrix |
getFooter(BreakElement be)
Returns all footer cells for a specific break level. |
CellMatrix |
getHeader(BreakElement be)
Returns all header cells for a specific break level. |
boolean |
isShowEmptyDimensionRows()
Checks if rows with empty dimension values will be shown or not. |
boolean |
isShowEmptyRows()
Checks if rows with empty measure values will be shown or not. |
void |
setShowEmptyDimensionRows(boolean show)
Shows rows with empty dimension values. |
void |
setShowEmptyRows(boolean show)
Shows or hides rows with empty measure values. |
| Methods inherited from interface com.businessobjects.rebean.wi.Table |
|---|
getBodyDecoration, getFooterDecoration, getHBlockCalculation, getHeaderDecoration, getVBlockCalculation, isFooterOnEveryPage, isFooterVisible, isHeaderOnEveryPage, isHeaderVisible, setFooterOnEveryPage, setFooterVisible, setHeaderOnEveryPage, setHeaderVisible |
| Methods inherited from interface com.businessobjects.rebean.wi.TableFormBase |
|---|
getAlternateColor, getAlternateColorFrequency, getBodyTableDecoration, getCellPadding, getCellSpacing, getTableCell, setAlternateColor, setCellPadding, setCellSpacing |
| Methods inherited from interface com.businessobjects.rebean.wi.Representation |
|---|
getBlock, getType, setType |
| Methods inherited from interface com.businessobjects.rebean.wi.Unit |
|---|
getUnit, setUnit |
| Method Detail |
|---|
CellMatrix getHeader(BreakElement be)
be - The break for which the headers should be returned. When
null, the (global) headers for the table will be
returned.
CrossTable.getCellMatrix(VZoneType, HZoneType, BreakElement, BreakElement)CellMatrix getBody()
CellMatrix getFooter(BreakElement be)
be - The break for which the footer should be returned. When
null, the (global) footer for the table will be
returned.
CrossTable.getCellMatrix(VZoneType, HZoneType, BreakElement, BreakElement)void setShowEmptyRows(boolean show)
show - when true, empty rows will be shownboolean isShowEmptyRows()
true if show empty rows is set.void setShowEmptyDimensionRows(boolean show)
show - when true, empty rows will be shownboolean isShowEmptyDimensionRows()
true if show empty rows is set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||