Structures_DataGrid
[ class tree: Structures_DataGrid ] [ index: Structures_DataGrid ] [ all elements ]

Element index for package Structures_DataGrid

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ o ] [ p ] [ r ] [ s ] [ x ]

a

$allowEmptyRows
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$allowEmptyRows
    A boolean value to determine if empty rows should be printed.
$attribs
in file Column.php, variable Structures_DataGrid_Column::$attribs
    The attributes of the td tag. Optional
$autoFill
in file Column.php, variable Structures_DataGrid_Column::$autoFill
    Determine whether or not to use fill in empty cells
$autoFillValue
in file Column.php, variable Structures_DataGrid_Column::$autoFillValue
    The value to be used if a cell contains a null value
addColumn
in file Core.php, method Structures_DataGrid_Core::addColumn()
    Adds a DataGridColumn object to this DataGrid object
addRecord
in file Core.php, method Structures_DataGrid_Core::addRecord()
    Adds a DataGrid_Record object to this DataGrid object
allowEmptyRows
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::allowEmptyRows()
    In order for the DataGrid to render "Empty Rows" to allow for
top

b

bind
in file Core.php, method Structures_DataGrid_Core::bind()
    A simple way to add an associative array record set to the data grid.
top

c

$columnName
in file Column.php, variable Structures_DataGrid_Column::$columnName
    The name of the column
$columnSet
in file Core.php, variable Structures_DataGrid_Core::$columnSet
    Array of columns. Columns are defined as a DataGridColumn object.
Column.php
procedural page Column.php
Core.php
procedural page Core.php
top

d

DATAGRID_RECORD_DATAOBJECT
in file DataGrid.php, constant DATAGRID_RECORD_DATAOBJECT
DATAGRID_RECORD_DBRESULT
in file DataGrid.php, constant DATAGRID_RECORD_DBRESULT
DATAGRID_RENDER_SMARTY
in file DataGrid.php, constant DATAGRID_RENDER_SMARTY
DATAGRID_RENDER_TABLE
in file DataGrid.php, constant DATAGRID_RENDER_TABLE
DATAGRID_RENDER_XLS
in file DataGrid.php, constant DATAGRID_RENDER_XLS
DATAGRID_RENDER_XML
in file DataGrid.php, constant DATAGRID_RENDER_XML
dropRecord
in file Core.php, method Structures_DataGrid_Core::dropRecord()
    Drops a DataGridRecord object from this DataGrid object
dump
in file DataGrid.php, method Structures_DataGrid::dump()
    Method used for debuging purposes only. Displays a dump of the DataGrid object.
DataObject.php
procedural page DataObject.php
DB.php
procedural page DB.php
DataGrid.php
procedural page DataGrid.php
top

e

$emptyRowAttributes
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$emptyRowAttributes
    An associative array containing the attributes for empty rows
$evenRowAttributes
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$evenRowAttributes
    An associative array containing each attribute of the even rows
example-xls.php
procedural page example-xls.php
example-xml.php
procedural page example-xml.php
example.php
procedural page example.php
top

f

$fieldName
in file Column.php, variable Structures_DataGrid_Column::$fieldName
    The name of the field to map to
$formatter
in file Column.php, variable Structures_DataGrid_Column::$formatter
    A function to be called for each cell to modify the output
formatter
in file Column.php, method Structures_DataGrid_Column::formatter()
    Formatter
top

g

getCurrentPage
in file Core.php, method Structures_DataGrid_Core::getCurrentPage()
    Retrieves the current page number when paging is implemented
getPaging
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::getPaging()
    Handles the building of the page list for the DataGrid in HTML.
getRecord
in file Record.php, method Structures_DataGrid_Record::getRecord()
    Get Record
getRenderer
in file Renderer.php, method Structures_DataGrid_Renderer::getRenderer()
    Get Renderer
getValue
in file Record.php, method Structures_DataGrid_Record::getValue()
    Get Value
top

h

$header
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$header
    Use the table header
HTMLTable.php
procedural page HTMLTable.php
top

o

$oddRowAttributes
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$oddRowAttributes
    An associative array containing each attribute of the odd rows
$orderBy
in file Column.php, variable Structures_DataGrid_Column::$orderBy
    The field name to order by. Optional
top

p

$page
in file Core.php, variable Structures_DataGrid_Core::$page
    The current page to show.
$pageList
in file Core.php, variable Structures_DataGrid_Core::$pageList
    The array of available pages.
$pager
in file Core.php, variable Structures_DataGrid_Core::$pager
    The HTML::Pager object that controls paging logic.
$path
in file HTMLTable.php, variable Structures_DataGrid_Renderer_HTMLTable::$path
    The complete path for the sorting links. If not defined, PHP_SELF is used
top

r

$recordSet
in file Core.php, variable Structures_DataGrid_Core::$recordSet
    Array of records. Records are defined as a DataGridRecord object.
$renderer
in file Renderer.php, variable Structures_DataGrid_Renderer::$renderer
$rowlimit
in file Core.php, variable Structures_DataGrid_Core::$rowlimit
    Limit of records to show per page.
render
in file XML.php, method Structures_DataGrid_Renderer_XML::render()
render
in file Smarty.php, method Structures_DataGrid_Renderer_Smarty::render()
render
in file XLS.php, method Structures_DataGrid_Renderer_XLS::render()
render
in file Renderer.php, method Structures_DataGrid_Renderer::render()
    Render
render
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::render()
    Generates the HTML for the DataGrid
Record.php
procedural page Record.php
Renderer.php
procedural page Renderer.php
top

s

$sortArray
in file Core.php, variable Structures_DataGrid_Core::$sortArray
    An array of fields to sort by. Each field is an array of the field name and the direction, either ASC or DESC.
setAutoFill
in file Column.php, method Structures_DataGrid_Column::setAutoFill()
    Set Auto Fill
setAutoFill
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::setAutoFill()
    Define the table's autofill value. This value appears only in an empty table cell.
setAutoFillValue
in file Column.php, method Structures_DataGrid_Column::setAutoFillValue()
    Set Auto Fill Value
setCurrentPage
in file Core.php, method Structures_DataGrid_Core::setCurrentPage()
    Define the current page number. This is used when paging is implemented
setFilename
in file XLS.php, method Structures_DataGrid_Renderer_XLS::setFilename()
setFormatter
in file Column.php, method Structures_DataGrid_Column::setFormatter()
    Set Formatter
setRecord
in file Record.php, method Structures_DataGrid_Record::setRecord()
    Set Record
setRecord
in file DB.php, method Structures_DataGrid_Record_DB::setRecord()
setRecord
in file DataObject.php, method Structures_DataGrid_Record_DataObject::setRecord()
setRenderer
in file Renderer.php, method Structures_DataGrid_Renderer::setRenderer()
    Set Renderer
setSmarty
in file Smarty.php, method Structures_DataGrid_Renderer_Smarty::setSmarty()
setTableAttribute
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::setTableAttribute()
    Set a table attribute
setTableEvenRowAttributes
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::setTableEvenRowAttributes()
    Define the table's row light color
setTableHeaderAttributes
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::setTableHeaderAttributes()
    Define the table's header row attrbiutes
setTableOddRowAttributes
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::setTableOddRowAttributes()
    Define the table's row dark color
setTemplate
in file Smarty.php, method Structures_DataGrid_Renderer_Smarty::setTemplate()
setValue
in file Record.php, method Structures_DataGrid_Record::setValue()
    Set Value
sortRecordSet
in file Core.php, method Structures_DataGrid_Core::sortRecordSet()
    Sorts the records by the defined field.
Structures_DataGrid
in file DataGrid.php, method Structures_DataGrid::Structures_DataGrid()
    Constructor
Structures_DataGrid
in file DataGrid.php, class Structures_DataGrid
    Structures_DataGrid Class
Smarty.php
procedural page Smarty.php
Structures_DataGrid_Column
in file Column.php, class Structures_DataGrid_Column
    Structures_DataGrid_Column Class
Structures_DataGrid_Column
in file Column.php, method Structures_DataGrid_Column::Structures_DataGrid_Column()
    Constructor
Structures_DataGrid_Core
in file Core.php, class Structures_DataGrid_Core
    Structures_DataGrid_Core Class
Structures_DataGrid_Core
in file Core.php, method Structures_DataGrid_Core::Structures_DataGrid_Core()
    Constructor
Structures_DataGrid_Record
in file Record.php, class Structures_DataGrid_Record
    Structures_DataGrid_Record Class
Structures_DataGrid_Record
in file Record.php, method Structures_DataGrid_Record::Structures_DataGrid_Record()
    Constructor
Structures_DataGrid_Record_DataObject
in file DataObject.php, method Structures_DataGrid_Record_DataObject::Structures_DataGrid_Record_DataObject()
    Constructor
Structures_DataGrid_Record_DataObject
in file DataObject.php, class Structures_DataGrid_Record_DataObject
    Structures_DataGrid_Record_DataObject Class
Structures_DataGrid_Record_DB
in file DB.php, class Structures_DataGrid_Record_DB
    Structures_DataGrid_Record_DB Class
Structures_DataGrid_Record_DB
in file DB.php, method Structures_DataGrid_Record_DB::Structures_DataGrid_Record_DB()
    Constructor
Structures_DataGrid_Renderer
in file Renderer.php, method Structures_DataGrid_Renderer::Structures_DataGrid_Renderer()
    Constructor
Structures_DataGrid_Renderer
in file Renderer.php, class Structures_DataGrid_Renderer
    Structures_DataGrid_Renderer Class
Structures_DataGrid_Renderer_HTMLTable
in file HTMLTable.php, class Structures_DataGrid_Renderer_HTMLTable
    Structures_DataGrid_Renderer_HTMLTable Class
Structures_DataGrid_Renderer_HTMLTable
in file HTMLTable.php, method Structures_DataGrid_Renderer_HTMLTable::Structures_DataGrid_Renderer_HTMLTable()
    Constructor
Structures_DataGrid_Renderer_Smarty
in file Smarty.php, class Structures_DataGrid_Renderer_Smarty
    Structures_DataGrid_Renderer_Smarty Class
Structures_DataGrid_Renderer_Smarty
in file Smarty.php, method Structures_DataGrid_Renderer_Smarty::Structures_DataGrid_Renderer_Smarty()
    Constructor
Structures_DataGrid_Renderer_XLS
in file XLS.php, class Structures_DataGrid_Renderer_XLS
    Structures_DataGrid_Renderer_XLS Class
Structures_DataGrid_Renderer_XLS
in file XLS.php, method Structures_DataGrid_Renderer_XLS::Structures_DataGrid_Renderer_XLS()
    Constructor
Structures_DataGrid_Renderer_XML
in file XML.php, method Structures_DataGrid_Renderer_XML::Structures_DataGrid_Renderer_XML()
    Constructor
Structures_DataGrid_Renderer_XML
in file XML.php, class Structures_DataGrid_Renderer_XML
    Structures_DataGrid_Renderer_XML Class
top

x

XLS.php
procedural page XLS.php
XML.php
procedural page XML.php
top

Documentation generated on Mon, 11 Mar 2019 13:52:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.