STPHPObject | --STPHPComponent | --STPHPTable | --STPHPControlWithCaption
Located in File: Program_Root/stphpcontrolwithcaption.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$caption
The caption Default Value:
|
$captionCell
The cell that contains the caption Default Value:
|
$control
The pointer to the control component Default Value:
|
$ctlCell
The cell that contains the control Default Value:
|
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 |
STPHPTable constructor STPHPControlWithCaption ( $name )
Creates the object |
void dtor ( )
Destructor |
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 |
private
private
private
private
Method Detail |
STPHPTable constructor STPHPControlWithCaption ( $name )
Creates the object- string $name:
public
void dtor ( )
Overridden in child class(es) as: STPHPCheckGroup::dtor(), STPHPRadioGroup::dtor(), STPHPRadioButtonWithCaption::dtor()
Overrides: STPHPTable::dtor()
DestructorDestroys all the resources associated with the object
public
void prepareWrite ( )
Overridden in child class(es) as: STPHPCheckGroup::prepareWrite(), STPHPEditWithCaption::prepareWrite(), STPHPRadioGroup::prepareWrite(), STPHPCheckBoxWithCaption::prepareWrite(), STPHPRadioButtonWithCaption::prepareWrite(), STPHPListBoxWithCaption::prepareWrite()
Called automatically by write() method.
private
void setConfiguration ( $configuration )
Overridden in child class(es) as: STPHPCheckGroup::setConfiguration(), STPHPRadioGroup::setConfiguration()
- STPHPXMLElement $configuration:
public
string write ( )
Overrides: STPHPTable::write()
Designs the object at runtimeAvailable attributes : - VISIBLE : defines if the component must be designed or not - CAPTION : defines the caption - CAPTION_ALIGN : defines the alignment of the caption (LEFT, RIGHT, TOP. BOTTOM) - CAPTION_CLASS : defines the CSS class for the caption - CONTROL_CLASS : defines the CSS class for the control - CLASS : defines the CSS class
the code that represents the object at runtime
private