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

Index of all elements

[ a ] [ g ] [ ] [ s ] [ t ] [ u ]

a

addBody
in file Table.php, method HTML_Table::addBody()
    Adds a table body and returns the body identifier
addCol
in file Storage.php, method HTML_Table_Storage::addCol()
    Adds a table column and returns the column identifier
addCol
in file Table.php, method HTML_Table::addCol()
    Adds a table column and returns the column identifier
addRow
in file Storage.php, method HTML_Table_Storage::addRow()
    Adds a table row and returns the row identifier
addRow
in file Table.php, method HTML_Table::addRow()
    Adds a table row and returns the row identifier
altRowAttributes
in file Storage.php, method HTML_Table_Storage::altRowAttributes()
    Alternates the row attributes starting at $start
altRowAttributes
in file Table.php, method HTML_Table::altRowAttributes()
    Alternates the row attributes starting at $start
apiVersion
in file Table.php, method HTML_Table::apiVersion()
    Returns the API version
top

g

getAutoFill
in file Storage.php, method HTML_Table_Storage::getAutoFill()
    Returns the autoFill value
getAutoFill
in file Table.php, method HTML_Table::getAutoFill()
    Returns the autoFill value
getAutoGrow
in file Storage.php, method HTML_Table_Storage::getAutoGrow()
    Returns the autoGrow value
getAutoGrow
in file Table.php, method HTML_Table::getAutoGrow()
    Returns the autoGrow value
getBody
in file Table.php, method HTML_Table::getBody()
    Returns the HTML_Table_Storage object for the specified <tbody>
getCellAttributes
in file Storage.php, method HTML_Table_Storage::getCellAttributes()
    Returns the attributes for a given cell
getCellAttributes
in file Table.php, method HTML_Table::getCellAttributes()
    Returns the attributes for a given cell
getCellContents
in file Storage.php, method HTML_Table_Storage::getCellContents()
    Returns the cell contents for an existing cell
getCellContents
in file Table.php, method HTML_Table::getCellContents()
    Returns the cell contents for an existing cell
getColCount
in file Storage.php, method HTML_Table_Storage::getColCount()
    Gets the number of columns in the table
getColCount
in file Table.php, method HTML_Table::getColCount()
    Gets the number of columns in the table
getFooter
in file Table.php, method HTML_Table::getFooter()
    Returns the HTML_Table_Storage object for <tfoot>
getHeader
in file Table.php, method HTML_Table::getHeader()
    Returns the HTML_Table_Storage object for <thead>
getRowAttributes
in file Table.php, method HTML_Table::getRowAttributes()
    Returns the attributes for a given row as contained in the TR tag
getRowAttributes
in file Storage.php, method HTML_Table_Storage::getRowAttributes()
    Returns the attributes for a given row as contained in the TR tag
getRowCount
in file Table.php, method HTML_Table::getRowCount()
    Returns the number of rows in the table
getRowCount
in file Storage.php, method HTML_Table_Storage::getRowCount()
    Returns the number of rows in the table
getUseTGroups
in file Storage.php, method HTML_Table_Storage::getUseTGroups()
    Returns the useTGroups value
top

h

HTML_Table
in file Table.php, method HTML_Table::HTML_Table()
    Class constructor
HTML_Table
in file Table.php, class HTML_Table
    PEAR::HTML_Table makes the design of HTML tables easy, flexible, reusable and efficient.
HTML_Table_Storage
in file Storage.php, method HTML_Table_Storage::HTML_Table_Storage()
    Class constructor
HTML_Table_Storage
in file Storage.php, class HTML_Table_Storage
    Storage class for HTML::Table data
top

s

Storage.php
procedural page Storage.php
setAllAttributes
in file Storage.php, method HTML_Table_Storage::setAllAttributes()
    Sets the attributes for all cells
setAllAttributes
in file Table.php, method HTML_Table::setAllAttributes()
    Sets the attributes for all cells
setAutoFill
in file Table.php, method HTML_Table::setAutoFill()
    Sets the autoFill value
setAutoFill
in file Storage.php, method HTML_Table_Storage::setAutoFill()
    Sets the autoFill value
setAutoGrow
in file Storage.php, method HTML_Table_Storage::setAutoGrow()
    Sets the autoGrow value
setAutoGrow
in file Table.php, method HTML_Table::setAutoGrow()
    Sets the autoGrow value
setCaption
in file Table.php, method HTML_Table::setCaption()
    Sets the table caption
setCellAttributes
in file Table.php, method HTML_Table::setCellAttributes()
    Sets the cell attributes for an existing cell.
setCellAttributes
in file Storage.php, method HTML_Table_Storage::setCellAttributes()
    Sets the cell attributes for an existing cell.
setCellContents
in file Table.php, method HTML_Table::setCellContents()
    Sets the cell contents for an existing cell
setCellContents
in file Storage.php, method HTML_Table_Storage::setCellContents()
    Sets the cell contents for an existing cell
setColAttributes
in file Storage.php, method HTML_Table_Storage::setColAttributes()
    Sets the column attributes for an existing column
setColAttributes
in file Table.php, method HTML_Table::setColAttributes()
    Sets the column attributes for an existing column
setColCount
in file Table.php, method HTML_Table::setColCount()
    Sets the number of columns in the table
setColCount
in file Storage.php, method HTML_Table_Storage::setColCount()
    Sets the number of columns in the table
setColGroup
in file Table.php, method HTML_Table::setColGroup()
    Sets the table columns group specifications, or removes existing ones.
setColType
in file Storage.php, method HTML_Table_Storage::setColType()
    Sets a columns type 'TH' or 'TD'
setColType
in file Table.php, method HTML_Table::setColType()
    Sets a columns type 'TH' or 'TD'
setHeaderContents
in file Table.php, method HTML_Table::setHeaderContents()
    Sets the contents of a header cell
setHeaderContents
in file Storage.php, method HTML_Table_Storage::setHeaderContents()
    Sets the contents of a header cell
setRowAttributes
in file Storage.php, method HTML_Table_Storage::setRowAttributes()
    Sets the row attributes for an existing row
setRowAttributes
in file Table.php, method HTML_Table::setRowAttributes()
    Sets the row attributes for an existing row
setRowCount
in file Table.php, method HTML_Table::setRowCount()
    Sets the number of rows in the table body
setRowCount
in file Storage.php, method HTML_Table_Storage::setRowCount()
    Sets the number of rows in the table
setRowType
in file Table.php, method HTML_Table::setRowType()
    Sets a rows type 'TH' or 'TD'
setRowType
in file Storage.php, method HTML_Table_Storage::setRowType()
    Sets a rows type 'TH' or 'TD'
setUseTGroups
in file Storage.php, method HTML_Table_Storage::setUseTGroups()
    Sets the useTGroups value
top

t

Table_example1.php
procedural page Table_example1.php
Table_example2.php
procedural page Table_example2.php
Table.php
procedural page Table.php
toHtml
in file Table.php, method HTML_Table::toHtml()
    Returns the table structure as HTML
toHtml
in file Storage.php, method HTML_Table_Storage::toHtml()
    Returns the table rows as HTML
top

u

updateAllAttributes
in file Table.php, method HTML_Table::updateAllAttributes()
    Updates the attributes for all cells
updateAllAttributes
in file Storage.php, method HTML_Table_Storage::updateAllAttributes()
    Updates the attributes for all cells
updateCellAttributes
in file Table.php, method HTML_Table::updateCellAttributes()
    Updates the cell attributes passed but leaves other existing attributes
updateCellAttributes
in file Storage.php, method HTML_Table_Storage::updateCellAttributes()
    Updates the cell attributes passed but leaves other existing attributes
updateColAttributes
in file Storage.php, method HTML_Table_Storage::updateColAttributes()
    Updates the column attributes for an existing column
updateColAttributes
in file Table.php, method HTML_Table::updateColAttributes()
    Updates the column attributes for an existing column
updateRowAttributes
in file Table.php, method HTML_Table::updateRowAttributes()
    Updates the row attributes for an existing row
updateRowAttributes
in file Storage.php, method HTML_Table_Storage::updateRowAttributes()
    Updates the row attributes for an existing row
top

_

__toString
in file Table.php, method HTML_Table::__toString()
    Returns the table structure as HTML
top

Documentation generated on Mon, 11 Mar 2019 15:36:59 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.