|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataTableGenerator
An interface for a class that can generate a DataTable.
| Method Summary | |
|---|---|
DataTable |
generateDataTable(Query query,
javax.servlet.http.HttpServletRequest request)
Generates the data table. |
Capabilities |
getCapabilities()
Returns the capabilities supported by this data table generator. |
| Method Detail |
|---|
DataTable generateDataTable(Query query,
javax.servlet.http.HttpServletRequest request)
throws DataSourceException
query - The query to execute on the underlying data. Ignore this parameter for
a data source that does not support any capabilities.request - The http request. May contain information that is relevant to generating
the data table.
DataSourceException - If the data could not be generated for any reason.Capabilities getCapabilities()
generateDataTable accepts will only contain clauses
corresponding to these capabilities.
(see Capabilities).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||