public class EditBox extends GenericObject
| Modifier | Constructor and Description |
|---|---|
protected |
EditBox(java.lang.String compname) |
|
EditBox(java.lang.String winname,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
|
EditBox(Window window,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTextCharacters(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
setTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
setTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
setTextValue(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
setUnverifiedTextCharacters(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
setUnverifiedTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
void |
setUnverifiedTextValue(StepTestTable table,
java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox.
|
ComponentFunction |
setUnverifiedTextValue(java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox.
|
altLeftDrag, altLeftDrag, click, click, click, click, clickScreenImage, clickScreenImage, clickScreenLocation, clickScreenLocation, clickScreenPoint, clickScreenPoint, compareStoredData, compareStoredData, compareStoredData, compareStoredData, compareStoredProperties, compareStoredProperties, compareStoredProperties, compareStoredProperties, ctrlAltLeftDrag, ctrlAltLeftDrag, ctrlClick, ctrlClick, ctrlClick, ctrlClick, ctrlClickScreenImage, ctrlClickScreenImage, ctrlLeftDrag, ctrlLeftDrag, ctrlRightClick, ctrlRightClick, ctrlRightClick, ctrlRightClick, ctrlRightClickScreenImage, ctrlRightClickScreenImage, ctrlShiftLeftDrag, ctrlShiftLeftDrag, doubleClick, doubleClick, doubleClick, doubleClick, doubleClickScreenImage, doubleClickScreenImage, doubleClickScreenLocation, doubleClickScreenLocation, doubleClickScreenPoint, doubleClickScreenPoint, doubleTap, doubleTap, dragTo, dragTo, dragTo, dragTo, flick, flick, flick, flick, flickDown, flickDown, flickLeft, flickLeft, flickRight, flickRight, flickUp, flickUp, hScrollTo, hScrollTo, javaMenuSelect, javaMenuSelect, leftDrag, leftDrag, mouseClick, mouseClick, multiClick, multiClick, multiClick, multiClick, multiClickScreenImage, multiClickScreenImage, multiClickScreenImage, multiClickScreenImage, press, press, rightClick, rightClick, rightClick, rightClick, rightClickScreenImage, rightClickScreenImage, rightClickScreenLocation, rightClickScreenLocation, rightClickScreenPoint, rightClickScreenPoint, rightDrag, rightDrag, shiftClick, shiftClick, shiftClick, shiftClick, shiftClickScreenImage, shiftClickScreenImage, shiftLeftDrag, shiftLeftDrag, tap, tap, twoFingerTap, twoFingerTap, verifyImage, verifyImage, vScrollTo, vScrollToassignPropertyVariable, assignPropertyVariable, assignPropertyVariable, assignPropertyVariable, captureObjectDataToFile, captureObjectDataToFile, captureObjectDataToFile, captureObjectDataToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertyToFile, capturePropertyToFile, capturePropertyToFile, capturePropertyToFile, clearAppMapCache, clearAppMapCache, clearCache, clearCache, executeScript, executeScript, executeScript, executeScript, getComputedStyle, getComputedStyle, getGUIImage, getGUIImage, getGUIImage, getGUIImage, getTextFromGUI, getTextFromGUI, getTextFromGUI, getTextFromGUI, gUIDoesExist, gUIDoesExist, gUIDoesNotExist, gUIDoesNotExist, hoverMouse, hoverMouse, hoverMouse, hoverMouse, hoverScreenLocation, hoverScreenLocation, hoverScreenLocation, hoverScreenLocation, inputCharacters, inputCharacters, inputKeys, inputKeys, isPropertyExist, isPropertyExist, isPropertyExist, isPropertyExist, locateScreenImage, locateScreenImage, locateScreenImage, locateScreenImage, saveTextFromGUI, saveTextFromGUI, saveTextFromGUI, saveTextFromGUI, sendEvent, sendEvent, sendEvent, sendEvent, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, showOnPage, showOnPage, typeChars, typeChars, typeEncryption, typeEncryption, typeEncryption, typeEncryption, typeKeys, typeKeys, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardVP, verifyClipboardVP, verifyComputedStyle, verifyComputedStyle, verifyFileToFile, verifyFileToFile, verifyFileToFile, verifyFileToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyProperty, verifyProperty, verifyProperty, verifyProperty, verifyPropertyContains, verifyPropertyContains, verifyPropertyContains, verifyPropertyContains, verifyPropertyToFile, verifyPropertyToFile, verifyPropertyToFile, verifyPropertyToFile, verifyTabOrder, verifyTabOrder, verifyTextFileToFile, verifyTextFileToFile, verifyTextFileToFile, verifyTextFileToFile, verifyValueContains, verifyValueContains, verifyValueContains, verifyValueContains, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValues, verifyValues, verifyValues, verifyValues, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesNotEqual, verifyValuesNotEqual, verifyValuesNotEqual, verifyValuesNotEqualgetWindow, setWindowgetName, getParent, getParentName, quotepublic EditBox(Window window, java.lang.String compname)
window - Optional:NO
Specifies which Window this component is 'in'.compname - Optional:NO
Specifies the AppMap name of the component in the Window.public EditBox(java.lang.String winname,
java.lang.String compname)
winname - Optional:NO
Specifies the AppMap name of the window.compname - Optional:NO
Specifies the AppMap name of the component in the Window.protected EditBox(java.lang.String compname)
public ComponentFunction setTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
It verifies we can read the property, sets the text value and then
verifies that the property has been set to that value.
This routine uses only the literal text provided. It does not attempt
to convert or interpret the text provided as special characters. To
do that, see the SetTextValue command.
Supporting Engines:
textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.public void setTextCharacters(StepTestTable table, java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
It verifies we can read the property, sets the text value and then
verifies that the property has been set to that value.
This routine uses only the literal text provided. It does not attempt
to convert or interpret the text provided as special characters. To
do that, see the SetTextValue command.
Supporting Engines:
table - Optional:NO
The table to add the record to.textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.public ComponentFunction setTextValue(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox. This version allows the use
of special character combinations and substrings to identify specific
keyboard keys. These are the same special characters and interpretation
used for Robot's InputKeys command and the Windows Scripting Host.
~^+%{( are primarily the characters that induce special processing.
The routine verifies we can read the text property, sets the text value
and will verify that the property has been set to that value *IF* none
of the special characters exist in the provided text value. If those
special characters exist, then no post-set verification will occur.
If you do not want to have any characters converted or interpretted as
special characters then you need to use the SetTextCharacters command.
Supporting Engines:
textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox and verified.public void setTextValue(StepTestTable table, java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox. This version allows the use
of special character combinations and substrings to identify specific
keyboard keys. These are the same special characters and interpretation
used for Robot's InputKeys command and the Windows Scripting Host.
~^+%{( are primarily the characters that induce special processing.
The routine verifies we can read the text property, sets the text value
and will verify that the property has been set to that value *IF* none
of the special characters exist in the provided text value. If those
special characters exist, then no post-set verification will occur.
If you do not want to have any characters converted or interpretted as
special characters then you need to use the SetTextCharacters command.
Supporting Engines:
table - Optional:NO
The table to add the record to.textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox and verified.public ComponentFunction setUnverifiedTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
This routine uses only the literal text provided. It does not attempt
to convert or interpret the text provided as special characters. To
do that, see the SetTextValue commands.
No attempt to verify the EditBox value is performed.
Supporting Engines:
textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.public void setUnverifiedTextCharacters(StepTestTable table, java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
This routine uses only the literal text provided. It does not attempt
to convert or interpret the text provided as special characters. To
do that, see the SetTextValue commands.
No attempt to verify the EditBox value is performed.
Supporting Engines:
table - Optional:NO
The table to add the record to.textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.public ComponentFunction setUnverifiedTextValue(java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox. This version allows the use
of special character combinations and substrings to identify specific
keyboard keys. These are the same special characters and interpretation
used for Robot's InputKeys command and the Windows Scripting Host.
The routine does not verify that the property has been set to that
value.
Supporting Engines:
textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.public void setUnverifiedTextValue(StepTestTable table, java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox. This version allows the use
of special character combinations and substrings to identify specific
keyboard keys. These are the same special characters and interpretation
used for Robot's InputKeys command and the Windows Scripting Host.
The routine does not verify that the property has been set to that
value.
Supporting Engines:
table - Optional:NO
The table to add the record to.textValue - Optional:YES DefaultVal:
The text that will be typed into the EditBox.Copyright © SAS Institute. All Rights Reserved.