Class \Prado\Web\UI\WebControls\TTableRow
TTableRow class.
TTableRow displays a table row. The table cells in the row can be accessed via \Prado\Web\UI\WebControls\getCells. The horizontal and vertical alignments of the row are specified via \Prado\Web\UI\WebControls\setHorizontalAlign and \Prado\Web\UI\WebControls\setVerticalAlign properties, respectively.
Class hierarchy
- \Prado\Web\UI\WebControls\TTableRow
- \Prado\Web\UI\WebControls\TWebControl implements IStyleable
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.0
public
|
addParsedObject(mixed $object) : mixed
Adds object parsed from template to the control.
This method adds only TTableCell objects into the \Prado\Web\UI\WebControls\getCells collection. All other objects are ignored. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
setHorizontalAlign(string $value) : mixed
Sets the horizontal alignment of the contents within the table item.
Valid values include 'NotSet', 'Justify', 'Left', 'Right', 'Center' |
public
|
|
public
|
setVerticalAlign(string $value) : mixed
Sets the vertical alignment of the contents within the table item.
Valid values include 'NotSet','Top','Bottom','Middle' |
protected
|
createControlCollection() : TTableCellCollection
Creates a control collection object that is to be used to hold child controls
|
protected
|
createStyle() : TStyle
Creates a style object for the control.
This method creates a TTableItemStyle to be used by the table row. |
protected
|