|
| | getTableId () |
| |
| | execute (URLBuilder $url_builder) |
| |
| | getComponents (URLBuilder $url_builder) |
| |
| | getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) |
| | This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More...
|
| |
| | getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) |
| | Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More...
|
| |
Definition at line 27 of file Table.php.