Class WGUICheckbox

Description

This class make a checkbox associated with a style property

Located in /polyphony/main/library/GUIWizardComponents/WGUICheckBox.class.php (line 26)

SObject
   |
   --WizardComponent
      |
      --WGUIComponent
         |
         --WGUICheckbox
Variable Summary
Method Summary
WGUICheckbox WGUICheckbox (mixed $callBack, mixed $collectionSelector, mixed $styleProperty, mixed $componentClass, mixed $checked, mixed $unchecked)
void exportValue ()
void importValue ()
boolean isPossibleValue (string $value)
Variables
Methods
Constructor WGUICheckbox (line 33)
WGUICheckbox WGUICheckbox (mixed $callBack, mixed $collectionSelector, mixed $styleProperty, mixed $componentClass, mixed $checked, mixed $unchecked)
exportValue (line 47)

copy the value of the Wizard component to the StyleComponent

void exportValue ()

Redefinition of:
WGUIComponent::exportValue()
copy the value of the Wizard component to the StyleComponent
importValue (line 63)

copy the value from the StyleComponent to the wizard component

Default is unchecked

void importValue ()

Redefinition of:
WGUIComponent::importValue()
copy the value from the StyleComponent to the wizard component
isPossibleValue (line 80)

Is $value a legitamate value for this wizard component?

  • return: if the value is legitimate
boolean isPossibleValue (string $value)
  • string $value: the value to test

Redefinition of:
WGUIComponent::isPossibleValue()
Is $value a legitamate value for this wizard component?

Inherited Methods

Inherited From WGUIComponent

WGUIComponent::exportValue()
WGUIComponent::getAllValues()
WGUIComponent::getMarkup()
WGUIComponent::getStyleCollection()
WGUIComponent::getStyleComponent()
WGUIComponent::importValue()
WGUIComponent::init()
WGUIComponent::isPossibleValue()
WGUIComponent::update()
WGUIComponent::useDefaultValue()
WGUIComponent::validate()

Inherited From WizardComponent

WizardComponent::getAllValues()
WizardComponent::getMarkup()
WizardComponent::getWizard()
WizardComponent::isEnabled()
WizardComponent::setEnabled()
WizardComponent::setParent()
WizardComponent::update()
WizardComponent::validate()

Inherited From SObject

SObject::asA()
SObject::asString()
SObject::copy()
SObject::copySameFrom()
SObject::copyTwoLevel()
SObject::deepCopy()
SObject::isEqual()
SObject::isEqualTo()
SObject::isNotEqualTo()
SObject::isNotReferenceTo()
SObject::isReferenceTo()
SObject::newFrom()
SObject::postCopy()
SObject::printableString()
SObject::shallowCopy()
SObject::_deepCopyArray()

Documentation generated on Wed, 19 Sep 2007 10:27:59 -0400 by phpDocumentor 1.3.0RC3