Class TWizardNavigationTemplate
Direct Known Sub-classes:
TWizardNavigationTemplate class.
TWizardNavigationTemplate is the base class for various navigation templates.
| Constructor Summary |
| public |
Constructor.
|
| Method Summary |
|
protected
void
|
Creates a navigation button.
|
|
TWizard
|
|
|
void
|
Instantiates the template.
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Constructor Details |
__construct
Constructor.
|
| Method Details |
createNavigationButton
Creates a navigation button.
It creates a TButton, TLinkButton, or TImageButton, depending on the given parameters.
| Input |
| TWizardNavigationButtonStyle | $buttonStyle | button style |
| boolean | $causesValidation | whether the button should cause validation |
| string | $commandName | command name for the button's OnCommand event |
| Output |
| Exception |
| throws | TInvalidDataValueException if the button type is not recognized |
|
getWizard
| Output |
|
TWizard
| the wizard owning this template |
| Exception |
|
instantiateIn
| public void instantiateIn |
(TControl $parent ) |
Instantiates the template.
Derived classes should override this method.
| Input |
| TControl | $parent | parent to hold the content within the template |
| Output |
| Exception |
|
|