API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TTableRow extends TElement
in package

TableRow: Represents a row inside a table

Tags
version
7.6
subpackage

container

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$section  : mixed

Methods

__construct()  : mixed
Class Constructor
addCell()  : TTableCell
Add a new cell (TTableCell) to the Table Row
addMultiCell()  : mixed
Add a multi-cell content to a table cell
clearChildren()  : mixed
Clear any child elements

Properties

Methods

__construct()

Class Constructor

public __construct([mixed $section = 'tbody' ]) : mixed
Parameters
$section : mixed = 'tbody'

addCell()

Add a new cell (TTableCell) to the Table Row

public addCell( $value) : TTableCell
Parameters
$value :

Cell Content

Return values
TTableCell

addMultiCell()

Add a multi-cell content to a table cell

public addMultiCell() : mixed

clearChildren()

Clear any child elements

public clearChildren() : mixed

        
On this page

Search results