Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17520 программистов и 1367 роботов. Сейчас ищут 1678 программистов ...
Class Structures_DataGrid
Вернуться к: Structures_DataGrid
Table of Contents
- constructor Structures_DataGrid::Structures_DataGrid — Constructor
- Structures_DataGrid::addColumn — Add a column, with optional position
- Structures_DataGrid::attachRenderer — Attach an already instantiated Rendering driver
- Structures_DataGrid::bind — A simple way to add a record set to the datagrid
- Structures_DataGrid::bindDataSource — Bind an already instantiated DataSource driver
- Structures_DataGrid::build — Build the datagrid
- Structures_DataGrid::dataSourceFactory — Datasource driver Factory
- Structures_DataGrid::dump — Method used for debugging purposes only. Displays a dump of the DataGrid object.
- Structures_DataGrid::enableStreaming — Enable streaming support for reading from DataSources and writing with Renderers and set the buffer size (number of records)
- Structures_DataGrid::fill — Fill a rendering container with data
- Structures_DataGrid::generateColumns — Generate columns from a fields list
- Structures_DataGrid::getColumnByField — Find a column by field name
- Structures_DataGrid::getColumnByName — Find a column by name (label)
- Structures_DataGrid::getColumnCount — Returns the number of columns
- Structures_DataGrid::getColumns — Return the current columns
- Structures_DataGrid::getCurrentPage — Retrieves the current page number when paging is implemented
- Structures_DataGrid::getCurrentRecordNumberEnd — Returns the number of the last record of the current page
- Structures_DataGrid::getCurrentRecordNumberStart — Returns the number of the first record of the current page
- Structures_DataGrid::getDataSource — Get the currently loaded DataSource driver
- Structures_DataGrid::getOutput — Return the datagrid output
- Structures_DataGrid::getPageCount — Returns the total number of pages
- Structures_DataGrid::getRecordCount — Returns the total number of records
- Structures_DataGrid::getRenderer — Get the current or default Rendering driver
- Structures_DataGrid::removeColumn — Remove a column
- Structures_DataGrid::render — Render the datagrid
- Structures_DataGrid::setCurrentPage — Define the current page number.
- Structures_DataGrid::setDataSourceOption — Set a single datasource option
- Structures_DataGrid::setDataSourceOptions — Set multiple datasource options
- Structures_DataGrid::setDefaultSort — Set default sorting specification
- Structures_DataGrid::setRenderer — Set Renderer
- Structures_DataGrid::setRendererOption — Set a single renderer option
- Structures_DataGrid::setRendererOptions — Set multiple renderer options
- Structures_DataGrid::setRequestPrefix — Set the global GET/POST variables prefix
- Structures_DataGrid::setUrlFormat — Enable and configure URL mapping
- Structures_DataGrid::sortRecordSet — Sorts the records by the defined field.
Вернуться к: Structures_DataGrid