STPHPObject | --STPHPComponent | --STPHPTable | --STPHPPanel | --STPHPTabPanel
Located in File: Program_Root/stphptabpanel.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$dummyCells
Cells used to contain components Default Value:
|
$tabs
The list of tabs Default Value:
|
$tabSelected
The selected tab Default Value:
|
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPTable
|
|||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPPanel
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPTable
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPPanel constructor STPHPTabPanel ( $name )
Creates the object |
void addComponentToTab ( $tab, &$component )
Add a component to a tab |
void addTab ( &$item )
Add a tab |
integer getTabSelected ( )
Return the index of the current selected tab |
void prepareWrite ( )
Prepare the objects and attributes before the designing of the object. |
void setConfiguration ( $configuration )
Load the attributes from a STPHPXMLElement object |
string write ( )
Designs the object at runtime |
Variable Detail |
of STPHPTableCell
private
of STPHPTabTitle
private
private
Method Detail |
STPHPPanel constructor STPHPTabPanel ( $name )
Creates the object- string $name:
public
void addComponentToTab ( $tab, &$component )
Add a component to a tab- index $tab: The tab index
- STPHPComponent &$component: The component to add
public
void addTab ( &$item )
Add a tab- STPHPTabTitle $item: The tab to add
public
integer getTabSelected ( )
Return the index of the current selected tabpublic
void prepareWrite ( )
Overrides: STPHPPanel::prepareWrite()
Prepare the objects and attributes before the designing of the object.Called automatically by write() method.
private
void setConfiguration ( $configuration )
Load the attributes from a STPHPXMLElement object- STPHPXMLElement $configuration:
public
string write ( )
Overrides: STPHPPanel::write()
Designs the object at runtimeAvailable attributes :
the code that represents the object at runtime
private