|
Class TWizardNavigationButtonStyle
TWizardNavigationButtonStyle class. TWizardNavigationButtonStyle defines the
style applied to a wizard navigation button. The button type can be specified
via setButtonType ButtonType, which can be 'Button', 'Image' or 'Link'.
If the button is an image button, setImageUrl ImageUrl will be used to
load the image for the button. Otherwise, setButtonText ButtonText will
be displayed as the button caption.
-
TComponent
-
TStyle
-
TWizardNavigationButtonStyle
Methods summary
public
|
#
reset( )
Sets the style attributes to default values. This method overrides the parent
implementation by resetting additional TWizardNavigationButtonStyle specific
attributes.
Sets the style attributes to default values. This method overrides the parent
implementation by resetting additional TWizardNavigationButtonStyle specific
attributes.
Overrides
|
public
|
#
copyFrom( TStyle $style )
Copies the fields in a new style to this style. If a style field is set in
the new style, the corresponding field in this style will be overwritten.
Copies the fields in a new style to this style. If a style field is set in
the new style, the corresponding field in this style will be overwritten.
Parameters
Overrides
|
public
|
#
mergeWith( TStyle $style )
Merges the style with a new one. If a style field is not set in this style,
it will be overwritten by the new one.
Merges the style with a new one. If a style field is not set in this style,
it will be overwritten by the new one.
Parameters
Overrides
|
public
string
|
#
getImageUrl( )
Returns
string image URL for the image button
|
public
|
#
setImageUrl( string $value )
Parameters
- $value
string image URL for the image button
|
public
string
|
#
getButtonText( )
Returns
string button caption
|
public
|
#
setButtonText( string $value )
Parameters
- $value
string button caption
|
public
TWizardNavigationButtonType
|
|
public
|
|
public
|
#
apply( mixed $button )
Applies this style to the specified button
Applies this style to the specified button
Parameters
- $button
mixed button to be applied with this style
|
Methods inherited from TStyle
__clone(),
__construct(),
addAttributesToRender(),
clearStyleField(),
getBackColor(),
getBorderColor(),
getBorderStyle(),
getBorderWidth(),
getCssClass(),
getCustomStyle(),
getDisplayStyle(),
getFont(),
getForeColor(),
getHeight(),
getStyleField(),
getStyleFields(),
getWidth(),
hasCssClass(),
hasFont(),
hasStyleField(),
setBackColor(),
setBorderColor(),
setBorderStyle(),
setBorderWidth(),
setCssClass(),
setCustomStyle(),
setDisplayStyle(),
setForeColor(),
setHeight(),
setStyleField(),
setWidth()
|
Methods inherited from TComponent
__call(),
__destruct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
__wakeup(),
addParsedObject(),
asa(),
attachBehavior(),
attachBehaviors(),
attachClassBehavior(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
clearBehaviors(),
createdOnTemplate(),
detachBehavior(),
detachBehaviors(),
detachClassBehavior(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
evaluateStatements(),
fxAttachClassBehavior(),
fxDetachClassBehavior(),
getAutoGlobalListen(),
getBehaviorsEnabled(),
getClassHierarchy(),
getEventHandlers(),
getListeningToGlobalEvents(),
getSubProperty(),
hasEvent(),
hasEventHandler(),
hasProperty(),
isa(),
listen(),
raiseEvent(),
setSubProperty(),
unlisten()
|
|