PHP Class Prado\Web\UI\WebControls\TWizardNavigationButtonStyle
TWizardNavigationButtonStyle defines the style applied to a wizard navigation button.
The button type can be specified via {@link setButtonType ButtonType}, which
can be 'Button', 'Image' or 'Link'.
If the button is an image button, {@link setImageUrl ImageUrl} will be
used to load the image for the button.
Otherwise, {@link setButtonText ButtonText} will be displayed as the button caption.
Afficher le fichier
Open project: pradosoft/prado
Class Usage Examples
Méthodes publiques
Method Details
Applies this style to the specified button
copyFrom()
public méthode
If a style field is set in the new style, the corresponding field
in this style will be overwritten.
getButtonText()
public méthode
getImageUrl()
public méthode
mergeWith()
public méthode
If a style field is not set in this style, it will be overwritten by
the new one.
This method overrides the parent implementation by
resetting additional TWizardNavigationButtonStyle specific attributes.
setButtonText()
public méthode
setImageUrl()
public méthode