|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A page containing information at the same report level.
Method Summary | |
void |
addCategory(LineCategory category)
|
void |
addLineReference(Line line,
LineCategory category)
Add a reference to a line. |
Line |
createLine(LineCategory category)
Create a new line in the page. |
LineCategory[] |
getCategories()
Get the line categories that are valid for this page. |
java.lang.String |
getLabel()
|
java.util.Set |
getLines(LineCategory category)
The page can 'contain' any number of categories (tables) which, in turn, contain any number of lines. |
Line |
getMasterLine()
|
Line |
lookupLineByField(LineCategory category,
Column column,
java.lang.Object value)
|
void |
setMasterLine(Line masterLine)
|
void |
setReport(Report report)
|
Methods inherited from interface com.jcoverage.reporting.Closeable |
close, isClosed |
Method Detail |
public Line createLine(LineCategory category)
public void addLineReference(Line line, LineCategory category)
createLine(LineCategory)
method, no connections are made
between this page and line.
public Line lookupLineByField(LineCategory category, Column column, java.lang.Object value)
public java.util.Set getLines(LineCategory category)
public void setReport(Report report)
public Line getMasterLine()
public void setMasterLine(Line masterLine)
getMasterLine()
public LineCategory[] getCategories()
public void addCategory(LineCategory category)
public java.lang.String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |