com.azalient.api.file.table
Class AbstractResultsTable
java.lang.Object
com.azalient.api.file.record.TypeObject
com.azalient.api.file.record.ReaderUtilities
com.azalient.api.file.table.AbstractTable
com.azalient.api.file.table.AbstractTableW
com.azalient.api.file.table.AbstractResultsTable
- All Implemented Interfaces:
- ITable, ITableType, ResultsTable, Table, TableW
public abstract class AbstractResultsTable
- extends AbstractTableW
- implements ResultsTable
A base class for creating a new results table
| Methods inherited from class com.azalient.api.file.record.TypeObject |
b, c, d, equals, equals, equalsEW, f, i, keyString, keyString, nameFromKeyString, rowKeysFromKeyString, s, t, t |
resultsPage
public IResultsPage resultsPage()
- Description copied from interface:
ResultsTable
- A reference to the results page that contains this table
- Specified by:
resultsPage in interface ResultsTable
newResultsPage
public void newResultsPage(IResultsPage page)
- Description copied from interface:
ResultsTable
- Move this table to be included in the given page. If pages are saved periodically, this can be used to
move a growing table of data to the latest page of results.
- Specified by:
newResultsPage in interface ResultsTable
fireRecordAdded
public void fireRecordAdded()
- This will be called when a new record (row) is added to the table