PHP Класс Prado\Web\UI\WebControls\TTemplatedWizardStep

TTemplatedWizardStep represents a wizard step whose content and navigation can be customized using templates. To customize the step content, specify {@link setContentTemplate ContentTemplate}. To customize navigation specific to the step, specify {@link setNavigationTemplate NavigationTemplate}. Note, if the navigation template is not specified, default navigation will be used.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends TWizardStep, implements Prado\Web\UI\INamingContainer
Показать файл Открыть проект

Открытые методы

Метод Описание
createChildControls ( ) Creates child controls.
getContentTemplate ( ) : Prado\Web\UI\ITemplate
getNavigationContainer ( ) : TWizardNavigationContainer
getNavigationTemplate ( ) : Prado\Web\UI\ITemplate
instantiateNavigationTemplate ( ) Instantiates the navigation template if any
onInit ( $param ) Ensures child controls are created.
setContentTemplate ( $value )
setNavigationTemplate ( $value )

Описание методов

createChildControls() публичный Метод

This method mainly instantiates the content template, if any.
public createChildControls ( )

getContentTemplate() публичный Метод

public getContentTemplate ( ) : Prado\Web\UI\ITemplate
Результат Prado\Web\UI\ITemplate the template for the content of the wizard step.

getNavigationContainer() публичный Метод

public getNavigationContainer ( ) : TWizardNavigationContainer
Результат TWizardNavigationContainer the control containing the navigation. It could be null if no navigation template is specified.

getNavigationTemplate() публичный Метод

public getNavigationTemplate ( ) : Prado\Web\UI\ITemplate
Результат Prado\Web\UI\ITemplate the template for displaying the navigation UI of a wizard step. Defaults to null.

instantiateNavigationTemplate() публичный Метод

Instantiates the navigation template if any

onInit() публичный Метод

Ensures child controls are created.
public onInit ( $param )

setContentTemplate() публичный Метод

public setContentTemplate ( $value )

setNavigationTemplate() публичный Метод

public setNavigationTemplate ( $value )