PHP Class Prado\Web\UI\WebControls\TWizardNavigationTemplate

TWizardNavigationTemplate is the base class for various navigation templates.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TComponent, implements Prado\Web\UI\ITemplate
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $wizard ) Constructor.
getWizard ( ) : TWizard
instantiateIn ( $parent ) Instantiates the template.

Protected Methods

Method Description
createNavigationButton ( $buttonStyle, $causesValidation, $commandName ) Creates a navigation button.

Method Details

__construct() public method

Constructor.
public __construct ( $wizard )

createNavigationButton() protected method

It creates a {@link TButton}, {@link TLinkButton}, or {@link TImageButton}, depending on the given parameters.
protected createNavigationButton ( $buttonStyle, $causesValidation, $commandName )

getWizard() public method

public getWizard ( ) : TWizard
return TWizard the wizard owning this template

instantiateIn() public method

Derived classes should override this method.
public instantiateIn ( $parent )