Extends HTMLObject. Extends SeSSimulatedObject.
Behavior Pattern: JQuerySpinnerBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Value
|
Gets/Sets the value of the spinner
|
GetValue
|
SetValue
|
Action Summary
Action
|
Description
|
DoPageDown
|
Clicks the PageDown spinner button.
|
DoPageUp
|
Clicks the PageUp spinner button.
|
DoSetValue
|
Sets the value of the spinner.
|
Property Detail
Value
Gets/Sets the value of the spinner
Accessors: GetValue, SetValue
Action Detail
DoPageDown()
Clicks the PageDown spinner button.
Returns:
'true' if success, 'false' otherwise.
DoPageUp()
Clicks the PageUp spinner button.
Returns:
'true' if success, 'false' otherwise.
DoSetValue(value)
Sets the value of the spinner.
Parameters:
Name
|
Type
|
Description
|
value
|
number
|
The desired value of the spinner.
|
Returns:
'true' if success, 'false' otherwise.
|