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

TWizardStep represents a wizard step. The wizard owning the step can be obtained by {@link getWizard Wizard}. To specify the type of the step, set {@link setStepType StepType}; For step title, set {@link setTitle Title}. If a step can be re-visited, set {@link setAllowReturn AllowReturn} to true.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends TView
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getAllowReturn ( ) : boolean
getStepType ( ) : TWizardStepType
getTitle ( ) : string
getWizard ( ) : TWizard
setAllowReturn ( $value )
setStepType ( $type )
setTitle ( $value )
setWizard ( $wizard ) Sets the wizard owning this step.

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

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

public getAllowReturn ( ) : boolean
Результат boolean whether this step can be re-visited. Default to true.

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

public getStepType ( ) : TWizardStepType
Результат TWizardStepType the wizard step type. Defaults to TWizardStepType::Auto.

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

public getTitle ( ) : string
Результат string the title for this step.

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

public getWizard ( ) : TWizard
Результат TWizard the wizard owning this step

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

public setAllowReturn ( $value )

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

public setStepType ( $type )

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

public setTitle ( $value )

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

This method is used internally by {@link TWizard}.
public setWizard ( $wizard )