public interface SpinBox extends UiObjectBase, TestObject
Modifier and Type | Method and Description |
---|---|
void |
down()
Sets this spin box object to the next lower value.
|
java.lang.String |
getErrorText()
Returns the tooltip text of the error icon associated with this object.
|
int |
getValue()
Returns the spin box object value.
|
void |
setValue(int value)
Sets the spin box object value.
|
void |
up()
Sets this spin box object to the next higher value.
|
fireEvent, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, getWindowClassRegExp, getWindowId, isChildWindow, isOwnedWindow
getHandle, getNativeClass, getWindowTitleRegExp, isEnabled, isFocused, isVisible, mouseMove
doubleClick, doubleClick, doubleClick
getAbsoluteLocation, getLocation, getSize
sendKeys, sendKeys
dragAndDropOn, dragAndDropOn
getNativeObject
exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch
describe
int getValue() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionvoid setValue(int value) throws GeneralLeanFtException
value
- the value of the spin box object.GeneralLeanFtException
- if error occurs during executionvoid up() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionvoid down() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionjava.lang.String getErrorText() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during execution