|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResultsPage
The extended page interface for a results page.
A new page can be created using IResults.page(com.azalient.apo.enums.ResultsType, com.azalient.apo.basics.UTime)
| Field Summary |
|---|
| Fields inherited from interface com.azalient.api.a.tables.IPage |
|---|
ZERO |
| Method Summary | |
|---|---|
void |
add(ResultsTable table)
Add the given table to the results page. |
void |
fireResultAdded(ResultsTable table)
Call this to update the table after rows have been added to the table model. |
boolean |
save()
Save this results page internally within the AZA model file. |
void |
saveAsXLS(boolean asCSV)
Save this results page as an external file, either as Excel format (XLS) or as comma-separated-value (CSV) format. |
ResultsTable |
table(String tableName)
Return a reference to the named results table. |
| Methods inherited from interface com.azalient.api.a.tables.IPage |
|---|
baseName, pageName, pageType |
| Method Detail |
|---|
void add(ResultsTable table)
ResultsTable table(String tableName)
void fireResultAdded(ResultsTable table)
boolean save()
void saveAsXLS(boolean asCSV)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||