This is a widget class that can build and render data in a nicely formated table with a title, column headers and data
Located in Program_Root/widgets/InfoTable.inc (line 23)
Container | --BaseWidget | --InfoTable
this holds the default cellpadding
This holds the default cellspacing
this holds the column header titles.
Flag to tell the class to render
the vertical cell border
The default class used for the
title
The default alignment for the title text in the caption.
Inherited from BaseWidget
BaseWidget::$title
BaseWidget::$width
Inherited from Container
Container::$_flags
The constructor
- the title
- the width of the table
- the alignment
This function is used to set the column header text for each column
- the title for the column
- the alignment of the title
This function is used to add a row to the table
- n number of items to push
This gets the current value of the cellpadding
This gets the current value of the cellspacing
this function lets gets the default css class for the title
this function lets gets the default css class for the title
This function renders the object.
- the indentation level for the container.
- the output debug flag to maintain compatibility w/ the API.
This sets the cellpadding attribute for this object.
- the cellpadding value
This sets the cellspacing attribute for this object.
- the cellspacing value
this function lets you change the text alignment of the text in the title
- the alignment.
this function sets the flag to tell the object to render (or not) the vertical cell borders
this function builds a TD tag with the border styles set appropriatly
- the width
- the alignment
- the current col #
- the max cols
Inherited From BaseWidget
BaseWidget::get_align()
BaseWidget::get_css()
BaseWidget::get_javascript()
BaseWidget::get_title()
BaseWidget::get_width()
BaseWidget::set_align()
BaseWidget::set_title()
BaseWidget::set_width()
Inherited From Container
Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()
Container::_set_flags()
Documention generated on Thu, 31 Jul 2003 18:32:52 -0700 by phpDocumentor 1.2.0