STPHPObject | --STPHPComponent | --STPHPTable | --STPHPControlWithCaption | --STPHPCheckGroup
Located in File: Program_Root/stphpcheckgroup.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
$check
The array of checkbox Default Value:
|
$numOfOptions
The number of checkbox Default Value:
|
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPControlWithCaption
|
|||||||||||||||
Inherited From Class STPHPTable
|
|||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPControlWithCaption
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPTable
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPCheckGroup constructor STPHPCheckGroup ( $name )
Creates the object |
void dtor ( )
Destructor |
void prepareCtrls ( )
Prepare the controls |
void prepareWrite ( )
Prepare the objects and attributes before the designing of the object. |
void setConfiguration ( $configuration )
Load the attributes from a STPHPXMLElement object |
void setNumOfOptions ( $options )
Sets the number of checkboxes |
Variable Detail |
private
private
Method Detail |
STPHPCheckGroup constructor STPHPCheckGroup ( $name )
Creates the object- string $name:
public
void dtor ( )
Overrides: STPHPControlWithCaption::dtor()
DestructorDestroys all the resources associated with the object
public
void prepareCtrls ( )
Prepare the controlsprivate
void prepareWrite ( )
Overrides: STPHPControlWithCaption::prepareWrite()
Prepare the objects and attributes before the designing of the object.Called automatically by write() method.
private
void setConfiguration ( $configuration )
Overrides: STPHPControlWithCaption::setConfiguration()
Load the attributes from a STPHPXMLElement object- STPHPXMLElement $configuration:
public
void setNumOfOptions ( $options )
Sets the number of checkboxes- integer $options:
public