PHP Class Prado\Web\UI\WebControls\TWizardNavigationContainer

TWizardNavigationContainer represents a control containing a wizard navigation. The navigation may contain a few buttons, including {@link getPreviousButton PreviousButton}, {@link getNextButton NextButton}, {@link getCancelButton CancelButton}, {@link getCompleteButton CompleteButton}.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Web\UI\TControl, implements Prado\Web\UI\INamingContainer
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getCancelButton ( ) : mixed
getCompleteButton ( ) : mixed
getNextButton ( ) : mixed
getPreviousButton ( ) : mixed
setCancelButton ( $value )
setCompleteButton ( $value )
setNextButton ( $value )
setPreviousButton ( $value )

Method Details

getCancelButton() public method

public getCancelButton ( ) : mixed
return mixed the cancel button

getCompleteButton() public method

public getCompleteButton ( ) : mixed
return mixed the complete button

getNextButton() public method

public getNextButton ( ) : mixed
return mixed the next button

getPreviousButton() public method

public getPreviousButton ( ) : mixed
return mixed the previous button

setCancelButton() public method

public setCancelButton ( $value )

setCompleteButton() public method

public setCompleteButton ( $value )

setNextButton() public method

public setNextButton ( $value )

setPreviousButton() public method

public setPreviousButton ( $value )