STPHPObject | --STPHPComponent | --STPHPTableRow
Located in File: Program_Root/stphptablerow.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPTableRow constructor STPHPTableRow ( $name )
Creates the object |
void addComponent ( &$component )
Adds a STPHPTableCell at the end of the components list |
void appendComponent ( &$component )
Appends a STPHPTableCell at the end of the components list |
void insertComponent ( &$component )
Inserts a STPHPTableCell at the beginning of the components list |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPTableRow constructor STPHPTableRow ( $name )
Creates the object- string $name:
public
void addComponent ( &$component )
Overrides: STPHPComponent::addComponent()
Adds a STPHPTableCell at the end of the components list- STPHPTableCell &$component: The component to add
public
void appendComponent ( &$component )
Overrides: STPHPComponent::appendComponent()
Appends a STPHPTableCell at the end of the components list- STPHPTableCell &$component: The component to add
public
void insertComponent ( &$component )
Overrides: STPHPComponent::insertComponent()
Inserts a STPHPTableCell at the beginning of the components list- STPHPTableCell &$component: the component to add
public
string write ( )
Overrides: STPHPComponent::write()
Designs the object at runtimeAvailable attributes : - VISIBLE : defines if the component must be designed or not - VALIGN : defines the vertical alignment of the row - CLASS : defines the CSS class
the code that represents the object at runtime
private