STPHPObject | --STPHPComponent | --STPHPTable | --STPHPPanel
Located in File: Program_Root/stphppanel.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPTable
|
|||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPTable
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPPanel constructor STPHPPanel ( $name )
Creates the object |
void addComponentToPanel ( &$component )
Adds a component at the end of the panels components list |
void appendComponentToPanel ( &$component )
Appends a component at the end of the panels components list |
void insertComponentToPanel ( &$component )
Inserts a component at the beginning of the panels components list |
void prepareWrite ( )
Prepare the objects and attributes before the designing of the object. |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPPanel constructor STPHPPanel ( $name )
Creates the object- string $name:
public
void addComponentToPanel ( &$component )
Adds a component at the end of the panels components list- STPHPTableRow &$component: the component to add
public
void appendComponentToPanel ( &$component )
Appends a component at the end of the panels components list- STPHPTableRow &$component: the component to add
public
void insertComponentToPanel ( &$component )
Inserts a component at the beginning of the panels components list- STPHPTableRow &$component: the component to add
public
void prepareWrite ( )
Overridden in child class(es) as: STPHPTabPanel::prepareWrite()
Called automatically by write() method.
private
string write ( )
Overridden in child class(es) as: STPHPTabPanel::write()
Overrides: STPHPTable::write()
Designs the object at runtimeAvailable attributes :
the code that represents the object at runtime
private