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

Element index for package HTML_Table

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_autoFill
in file Storage.php, variable HTML_Table_Storage::$_autoFill
    Value to insert into empty cells
$_autoFill
in file Table.php, variable HTML_Table::$_autoFill
    Value to insert into empty cells
$_autoGrow
in file Storage.php, variable HTML_Table_Storage::$_autoGrow
    Automatically adds a new row or column if a given row or column index does not exist
$_caption
in file Table.php, variable HTML_Table::$_caption
    Array containing the table caption
$_colgroup
in file Table.php, variable HTML_Table::$_colgroup
    Array containing the table column group specifications
$_cols
in file Storage.php, variable HTML_Table_Storage::$_cols
    Number of column composing the table
$_nestLevel
in file Storage.php, variable HTML_Table_Storage::$_nestLevel
    Tracks the level of nested tables
$_rows
in file Storage.php, variable HTML_Table_Storage::$_rows
    Number of rows composing in the table
$_structure
in file Storage.php, variable HTML_Table_Storage::$_structure
    Array containing the table structure
$_tbody
in file Table.php, variable HTML_Table::$_tbody
    HTML_Table_Storage object for the (t)body of the table
$_tfoot
in file Table.php, variable HTML_Table::$_tfoot
    HTML_Table_Storage object for the (t)foot of the table
$_thead
in file Table.php, variable HTML_Table::$_thead
    HTML_Table_Storage object for the (t)head of the table
$_useTGroups
in file Storage.php, variable HTML_Table_Storage::$_useTGroups
    Whether to use <thead>, <tfoot> and <tbody> or not
$_useTGroups
in file Table.php, variable HTML_Table::$_useTGroups
    Whether to use <thead>, <tfoot> and <tbody> or not
_adjustEnds
in file Storage.php, method HTML_Table_Storage::_adjustEnds()
    Adjusts ends (total number of rows and columns)
_isAttributesArray
in file Storage.php, method HTML_Table_Storage::_isAttributesArray()
    Tells if the parameter is an array of attribute arrays/strings
_setSingleCellContents
in file Storage.php, method HTML_Table_Storage::_setSingleCellContents()
    Sets the cell contents for a single existing cell
_updateSpanGrid
in file Storage.php, method HTML_Table_Storage::_updateSpanGrid()
    Checks if rows or columns are spanned
top

a

$additional_parameters
in file sortabletable.class.php, variable SortableTable::$additional_parameters
    Additional parameters to pass in the URL
$allresults
in file resulttable.class.php, variable ResultTable::$allresults
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 Table.php, method HTML_Table::addRow()
    Adds a table row and returns the row identifier
addRow
in file Storage.php, method HTML_Table_Storage::addRow()
    Adds a table row and returns the row identifier
altRowAttributes
in file Table.php, method HTML_Table::altRowAttributes()
    Alternates the row attributes starting at $start
altRowAttributes
in file Storage.php, method HTML_Table_Storage::altRowAttributes()
    Alternates the row attributes starting at $start
apiVersion
in file Table.php, method HTML_Table::apiVersion()
    Returns the API version
top

b

build_edit_column
in file resulttable.class.php, method ResultTable::build_edit_column()
build_edit_column
in file gradebooktable.class.php, method GradebookTable::build_edit_column()
build_id_column
in file gradebooktable.class.php, method GradebookTable::build_id_column()
build_name_link
in file usertable.class.php, method UserTable::build_name_link()
build_name_link
in file gradebooktable.class.php, method GradebookTable::build_name_link()
build_name_link
in file flatviewtable.class.php, method FlatViewTable::build_name_link()
build_type_column
in file usertable.class.php, method UserTable::build_type_column()
build_type_column
in file gradebooktable.class.php, method GradebookTable::build_type_column()
top

c

$column
in file sortabletable.class.php, variable SortableTable::$column
    The column to sort the data
$column_filters
in file sortabletable.class.php, variable SortableTable::$column_filters
    An array with defined column-filters
$column_order
in file sortabletable.class.php, variable SortableTableFromArrayConfig::$column_order
    The array containing the real sort column $column_order=array('1''4','3','4'); The 2nd column will be order like the 4th column
$column_show
in file sortabletable.class.php, variable SortableTableFromArrayConfig::$column_show
    The array containing the columns that will be show i.e $column_show=array('1','0','0'); we will show only the 1st column
$currentcat
in file gradebooktable.class.php, variable GradebookTable::$currentcat
top

d

$datagen
in file flatviewtable.class.php, variable FlatViewTable::$datagen
$datagen
in file resulttable.class.php, variable ResultTable::$datagen
$datagen
in file gradebooktable.class.php, variable GradebookTable::$datagen
$datagen
in file usertable.class.php, variable UserTable::$datagen
$default_items_per_page
in file sortabletable.class.php, variable SortableTable::$default_items_per_page
    The default number of items to display per page
$direction
in file sortabletable.class.php, variable SortableTable::$direction
    The sorting direction (ASC or DESC)
display
in file sortabletable.class.php, method SortableTable::display()
    Displays the table, complete with navigation buttons to browse through the data-pages.
top

e

$evaluation
in file resulttable.class.php, variable ResultTable::$evaluation
top

f

$form_actions
in file sortabletable.class.php, variable SortableTable::$form_actions
    A list of actions which will be available through a select list
filter_data
in file sortabletable.class.php, method SortableTable::filter_data()
    Transform all data in a table-row, using the filters defined by the function set_column_filter(...) defined elsewhere in this class.
FlatViewTable
in file flatviewtable.class.php, method FlatViewTable::FlatViewTable()
    Constructor
FlatViewTable
in file flatviewtable.class.php, class FlatViewTable
    Table to display flat view (all evaluations and links for all students)
top

g

$get_data_function
in file sortabletable.class.php, variable SortableTable::$get_data_function
    The function to the the data to display
$get_total_number_function
in file sortabletable.class.php, variable SortableTable::$get_total_number_function
    The function to get the total number of items
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 <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
get_additional_url_paramstring
in file sortabletable.class.php, method SortableTable::get_additional_url_paramstring()
    Get the parameter-string with additional parameters to use in the URLs
get_navigation_html
in file sortabletable.class.php, method SortableTable::get_navigation_html()
    Get the HTML-code with the navigational buttons to browse through the data-pages.
get_pager
in file sortabletable.class.php, method SortableTable::get_pager()
    Get the Pager object to split the showed data in several pages
get_page_select_form
in file sortabletable.class.php, method SortableTable::get_page_select_form()
    Get the HTML-code wich represents a form to select how many items a page should contain.
get_sortable_table_param_string
in file sortabletable.class.php, method SortableTable::get_sortable_table_param_string()
    Get the parameter-string with the SortableTable-related parameters to use
get_table_data
in file usertable.class.php, method UserTable::get_table_data()
    Function used by SortableTable to generate the data to display
get_table_data
in file sortabletable.class.php, method SortableTableFromArrayConfig::get_table_data()
    Get table data to show on current page
get_table_data
in file resulttable.class.php, method ResultTable::get_table_data()
    Function used by SortableTable to generate the data to display
get_table_data
in file gradebooktable.class.php, method GradebookTable::get_table_data()
    Function used by SortableTable to generate the data to display
get_table_data
in file sortabletable.class.php, method SortableTableFromArray::get_table_data()
    Get table data to show on current page
get_table_data
in file sortabletable.class.php, method SortableTable::get_table_data()
    Get the data to display. This function calls the function given as 2nd argument in the constructor of a SortableTable. Make sure your function has the same parameters as defined here.
get_table_data
in file flatviewtable.class.php, method FlatViewTable::get_table_data()
    Function used by SortableTable to generate the data to display
get_table_html
in file sortabletable.class.php, method SortableTable::get_table_html()
    Get the HTML-code with the data-table.
get_table_title
in file sortabletable.class.php, method SortableTable::get_table_title()
    Get the table title.
get_total_number_of_items
in file flatviewtable.class.php, method FlatViewTable::get_total_number_of_items()
    Function used by SortableTable to get total number of items in the table
get_total_number_of_items
in file usertable.class.php, method UserTable::get_total_number_of_items()
    Function used by SortableTable to get total number of items in the table
get_total_number_of_items
in file gradebooktable.class.php, method GradebookTable::get_total_number_of_items()
    Function used by SortableTable to get total number of items in the table
get_total_number_of_items
in file sortabletable.class.php, method SortableTableFromArray::get_total_number_of_items()
    Get total number of items
get_total_number_of_items
in file sortabletable.class.php, method SortableTable::get_total_number_of_items()
    Get the total number of items. This function calls the function given as 2nd argument in the constructor of a SortableTable. Make sure your function has the same parameters as defined here.
get_total_number_of_items
in file sortabletable.class.php, method SortableTableFromArrayConfig::get_total_number_of_items()
    Get total number of items
get_total_number_of_items
in file resulttable.class.php, method ResultTable::get_total_number_of_items()
    Function used by SortableTable to get total number of items in the table
GradebookTable
in file gradebooktable.class.php, class GradebookTable
    Table to display categories, evaluations and links
GradebookTable
in file gradebooktable.class.php, method GradebookTable::GradebookTable()
    Constructor
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

i

$iscourse
in file resulttable.class.php, variable ResultTable::$iscourse
top

l

$limit_enabled
in file flatviewtable.class.php, variable FlatViewTable::$limit_enabled
top

o

$offset
in file flatviewtable.class.php, variable FlatViewTable::$offset
$other_tables
in file sortabletable.class.php, variable SortableTable::$other_tables
    Array with names of the other tables defined on the same page of this
top

p

$pager
in file sortabletable.class.php, variable SortableTable::$pager
    The pager object to split the data in several pages
$page_nr
in file sortabletable.class.php, variable SortableTable::$page_nr
    The page to display
$param_prefix
in file sortabletable.class.php, variable SortableTable::$param_prefix
    A prefix for the URL-parameters, can be used on pages with multiple
$per_page
in file sortabletable.class.php, variable SortableTable::$per_page
    Number of items to display per page
top

r

ResultTable
in file resulttable.class.php, method ResultTable::ResultTable()
    Constructor
ResultTable
in file resulttable.class.php, class ResultTable
    Table to display results for an evaluation
top

s

$selectcat
in file flatviewtable.class.php, variable FlatViewTable::$selectcat
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 Storage.php, method HTML_Table_Storage::setAutoFill()
    Sets the autoFill value
setAutoFill
in file Table.php, method HTML_Table::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 Table.php, method HTML_Table::setRowAttributes()
    Sets the row attributes for an existing row
setRowAttributes
in file Storage.php, method HTML_Table_Storage::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
setRowCount
in file Storage.php, method HTML_Table_Storage::setRowCount()
    Sets the number of rows in the table
setRowType
in file Storage.php, method HTML_Table_Storage::setRowType()
    Sets a rows type 'TH' or 'TD'
setRowType
in file Table.php, method HTML_Table::setRowType()
    Sets a rows type 'TH' or 'TD'
setUseTGroups
in file Storage.php, method HTML_Table_Storage::setUseTGroups()
    Sets the useTGroups value
set_additional_parameters
in file sortabletable.class.php, method SortableTable::set_additional_parameters()
    Define a list of additional parameters to use in the generated URLs
set_column_filter
in file sortabletable.class.php, method SortableTable::set_column_filter()
    Add a filter to a column. If another filter was allready defined for the given column, it will be overwritten.
set_form_actions
in file sortabletable.class.php, method SortableTable::set_form_actions()
    Define a list of actions which can be performed on the table-date.
set_header
in file sortabletable.class.php, method SortableTable::set_header()
    Set the header-label
set_other_tables
in file sortabletable.class.php, method SortableTable::set_other_tables()
    Set other tables on the same page.
SortableTable
in file sortabletable.class.php, method SortableTable::SortableTable()
    Create a new SortableTable
SortableTable
in file sortabletable.class.php, class SortableTable
    This class allows you to display a sortable data-table. It is possible to split the data in several pages.
SortableTableFromArray
in file sortabletable.class.php, method SortableTableFromArray::SortableTableFromArray()
    Constructor
SortableTableFromArray
in file sortabletable.class.php, class SortableTableFromArray
    Sortable table which can be used for data available in an array
SortableTableFromArrayConfig
in file sortabletable.class.php, class SortableTableFromArrayConfig
    Sortable table which can be used for data available in an array
SortableTableFromArrayConfig
in file sortabletable.class.php, method SortableTableFromArrayConfig::SortableTableFromArrayConfig()
    Constructor
top

t

$table_data
in file sortabletable.class.php, variable SortableTableFromArrayConfig::$table_data
    The array containing all data for this table
$table_data
in file sortabletable.class.php, variable SortableTableFromArray::$table_data
    The array containing all data for this table
$table_name
in file sortabletable.class.php, variable SortableTable::$table_name
    A name for this table
$td_attributes
in file sortabletable.class.php, variable SortableTable::$td_attributes
    Additional attributes for the td-tags
$th_attributes
in file sortabletable.class.php, variable SortableTable::$th_attributes
    Additional attributes for the th-tags
$total_number_of_items
in file sortabletable.class.php, variable SortableTable::$total_number_of_items
    The total number of items in the table
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

$userid
in file usertable.class.php, variable UserTable::$userid
updateAllAttributes
in file Storage.php, method HTML_Table_Storage::updateAllAttributes()
    Updates the attributes for all cells
updateAllAttributes
in file Table.php, method HTML_Table::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 in tact
updateCellAttributes
in file Storage.php, method HTML_Table_Storage::updateCellAttributes()
    Updates the cell attributes passed but leaves other existing attributes in tact
updateColAttributes
in file Table.php, method HTML_Table::updateColAttributes()
    Updates the column attributes for an existing column
updateColAttributes
in file Storage.php, method HTML_Table_Storage::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
UserTable
in file usertable.class.php, method UserTable::UserTable()
    Constructor
UserTable
in file usertable.class.php, class UserTable
    Table to display flat view of a student's evaluations and links
top

Documentation generated on Thu, 12 Jun 2008 12:53:01 -0500 by phpDocumentor 1.4.1