Table Class to layout elements. It renders a normal HTML table
Located in /ui/layout/Table.php (line 30)
we_core_AbstractObject | --we_ui_abstract_AbstractElement | --we_ui_layout_Table
Class | Description |
---|---|
we_ui_layout_ButtonTable | Class to display a ButtonTable |
border attribute of the table
Two dimensional array to hold the attributes for the cells
Two dimensional array to hold the HTML for the cells
cellpadding attribute of the table
cellspacing attribute of the table
Pointer to the current column
Pointer to the current row
Inherited from we_ui_abstract_AbstractElement
we_ui_abstract_AbstractElement::$_class
we_ui_abstract_AbstractElement::$_CSSFiles
we_ui_abstract_AbstractElement::$_disabled
we_ui_abstract_AbstractElement::$_height
we_ui_abstract_AbstractElement::$_hidden
we_ui_abstract_AbstractElement::$_id
we_ui_abstract_AbstractElement::$_JSFiles
we_ui_abstract_AbstractElement::$_lang
we_ui_abstract_AbstractElement::$_left
we_ui_abstract_AbstractElement::$_overflow
we_ui_abstract_AbstractElement::$_position
we_ui_abstract_AbstractElement::$_style
we_ui_abstract_AbstractElement::$_title
we_ui_abstract_AbstractElement::$_top
we_ui_abstract_AbstractElement::$_width
Adds an Element to the current cell, which is defined by the row and column pointer.
If the $column or $row parameter is set, the column pointers will be updated before inserting the element
Adds HTML to the current cell, which is defined by the row and column pointer.
If the $column or $row parameter is set, the column pointers will be updated before inserting the HTML
Retrieve border attribute
Retrieve cellpadding attribute
Retrieve cellspacing attribute
Retrieve the column pointer
Retrieve the row pointer
Sets the column pointer to the next column
Sets the row pointer to the next row
Reset the column pointer to 0
Reset the row pointer to 0
Sets the border attribute
Sets the attributes for the current cell, which is defined by the row and column pointer.
If the $column or $row parameter is set, the column pointers will be updated before setting the attributes
Sets the cellpadding attribute
Sets the cellspaceing attribute
Sets the column pointer
Sets the row pointer
Renders and returns the HTML
Inherited From we_ui_abstract_AbstractElement
we_ui_abstract_AbstractElement::addCSSFile()
we_ui_abstract_AbstractElement::addCSSFiles()
we_ui_abstract_AbstractElement::addJSFile()
we_ui_abstract_AbstractElement::addJSFiles()
we_ui_abstract_AbstractElement::computeJSURL()
we_ui_abstract_AbstractElement::getClass()
we_ui_abstract_AbstractElement::getCSSFiles()
we_ui_abstract_AbstractElement::getDisabled()
we_ui_abstract_AbstractElement::getHeight()
we_ui_abstract_AbstractElement::getHidden()
we_ui_abstract_AbstractElement::getHTML()
we_ui_abstract_AbstractElement::getId()
we_ui_abstract_AbstractElement::getJSFiles()
we_ui_abstract_AbstractElement::getJSHTML()
we_ui_abstract_AbstractElement::getLang()
we_ui_abstract_AbstractElement::getLeft()
we_ui_abstract_AbstractElement::getOverflow()
we_ui_abstract_AbstractElement::getPosition()
we_ui_abstract_AbstractElement::getStyle()
we_ui_abstract_AbstractElement::getTitle()
we_ui_abstract_AbstractElement::getTop()
we_ui_abstract_AbstractElement::getWidth()
we_ui_abstract_AbstractElement::setClass()
we_ui_abstract_AbstractElement::setDisabled()
we_ui_abstract_AbstractElement::setHeight()
we_ui_abstract_AbstractElement::setHidden()
we_ui_abstract_AbstractElement::setId()
we_ui_abstract_AbstractElement::setLang()
we_ui_abstract_AbstractElement::setLeft()
we_ui_abstract_AbstractElement::setOverflow()
we_ui_abstract_AbstractElement::setPosition()
we_ui_abstract_AbstractElement::setStyle()
we_ui_abstract_AbstractElement::setTitle()
we_ui_abstract_AbstractElement::setTop()
we_ui_abstract_AbstractElement::setWidth()
we_ui_abstract_AbstractElement::_didRenderHTML()
we_ui_abstract_AbstractElement::_getBooleanAttribs()
we_ui_abstract_AbstractElement::_getComputedClassAttrib()
we_ui_abstract_AbstractElement::_getComputedStyleAttrib()
we_ui_abstract_AbstractElement::_getNonBooleanAttribs()
we_ui_abstract_AbstractElement::_renderHTML()
we_ui_abstract_AbstractElement::_willRenderHTML()
Inherited From we_core_AbstractObject
we_core_AbstractObject::__construct()
Documentation generated on Mon, 01 Sep 2008 11:35:44 +0200 by phpDocumentor 1.4.0