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
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

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

Méthodes protégées

Méthode Description
createNavigationButton ( $buttonStyle, $causesValidation, $commandName ) Creates a navigation button.

Method Details

__construct() public méthode

Constructor.
public __construct ( $wizard )

createNavigationButton() protected méthode

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

getWizard() public méthode

public getWizard ( ) : TWizard
Résultat TWizard the wizard owning this template

instantiateIn() public méthode

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