Class \Prado\Web\UI\WebControls\TWizardNavigationTemplate
TWizardNavigationTemplate class.
TWizardNavigationTemplate is the base class for various navigation templates.
Class hierarchy
Author: Qiang Xue <qiang.xue@gmail.com>Since: 3.0
public
|
|
public
|
getIncludedFiles() : array<string|int, mixed>
TTemplateManager calls this method for caching the included file modification times.
|
public
|
|
public
|
instantiateIn(TControl $parent) : mixed
Instantiates the template.
Derived classes should override this method. |
protected
|
createNavigationButton(TWizardNavigationButtonStyle $buttonStyle, bool $causesValidation, string $commandName) : mixed
Creates a navigation button.
It creates a TButton, TLinkButton, or TImageButton, depending on the given parameters. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |