Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TTableRow

Description

TableRow: Represents a row inside a table

Located in /widget/container/TTableRow.php (line 20)

TElement
   |
   --TTableRow
Method Summary
__construct ([$section = 'tbody'])
addCell ($value)
Variables

Inherited Variables

Inherited from TElement

TElement::$children
Methods
Constructor __construct (line 27)

Class Constructor

  • access: public
__construct ([$section = 'tbody'])
  • $section

Redefinition of:
TElement::__construct()
Class Constructor
addCell (line 38)

Add a new cell (TTableCell) to the Table Row

  • access: public
addCell ($value)
  • $value: Cell Content
addMultiCell (line 59)

Add a multi-cell content to a table cell

  • access: public
addMultiCell (0)
  • 0: Each argument is a row cell
clearChildren (line 78)

Clear any child elements

  • access: public
clearChildren ()

Redefinition of:
TElement::clearChildren()
Clear element children

Inherited Methods

Inherited From TElement

TElement::__construct()
TElement::add()
TElement::after()
TElement::clearChildren()
TElement::close()
TElement::closeTag()
TElement::del()
TElement::find()
TElement::get()
TElement::getAfterElement()
TElement::getChildren()
TElement::getContents()
TElement::getIsWrapped()
TElement::getName()
TElement::getProperties()
TElement::getProperty()
TElement::hide()
TElement::insert()
TElement::open()
TElement::openTag()
TElement::setIsWrapped()
TElement::setName()
TElement::setProperties()
TElement::setProperty()
TElement::setUseLineBreaks()
TElement::setUseSingleQuotes()
TElement::show()
TElement::tag()
TElement::__clone()
TElement::__get()
TElement::__isset()
TElement::__set()
TElement::__toString()
TElement::__unset()