|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Page
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 |
---|
Line createLine(LineCategory category)
void addLineReference(Line line, LineCategory category)
createLine(LineCategory)
method, no connections are made
between this page and line.
Line lookupLineByField(LineCategory category, Column column, java.lang.Object value)
java.util.Set getLines(LineCategory category)
void setReport(Report report)
Line getMasterLine()
void setMasterLine(Line masterLine)
getMasterLine()
LineCategory[] getCategories()
void addCategory(LineCategory category)
java.lang.String getLabel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |