public class ProxyUtilities
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FtDebug |
debug |
| Constructor and Description |
|---|
ProxyUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convertToIdentifier(java.lang.String base,
int max) |
static java.lang.String |
getIdentifier(java.lang.String base,
int max)
This method no longer converts the given string to an identifier that converts the character which
causes the compilation error to a valid character.
|
static int |
getMaxDatapoolItemCount() |
static boolean |
setTextFromGlass(ProxyTestObject proxy,
java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using
high level actions and set the text to teh supplied text value.
|
static boolean |
setTextFromGlass(ProxyTestObject proxy,
java.lang.String text,
java.lang.String clearTextKeys)
The same as the sister method
setTextFromGlass, except that this method futher allows the key sequence used
to clear text from the control to be specified. |
static boolean |
setTextFromGlassOnBaseChannel(ProxyTestObject proxy,
java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using
high level actions and set the text to teh supplied text value.
|
static boolean |
setTextFromGlassOnBaseChannel(ProxyTestObject proxy,
java.lang.String text,
java.lang.String clearTextKeys)
The same as the sister method
setTextFromGlassOnBaseChannel, except that this method futher allows the key sequence used
to clear text from the control to be specified. |
public static java.lang.String getIdentifier(java.lang.String base,
int max)
public static java.lang.String convertToIdentifier(java.lang.String base,
int max)
public static boolean setTextFromGlass(ProxyTestObject proxy, java.lang.String text)
boolean result specified the success of this action.proxy - The proxy for the editable text field to be updated.text - The inputChars to be sent to the text field after it
has been cleared.true value is returned if the text operations
succeed.public static boolean setTextFromGlass(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
setTextFromGlass, except that this method futher allows the key sequence used
to clear text from the control to be specified.proxy - The proxy for the editable text field to be updated.text - The inputChars to be sent to the text field after it
has been cleared.clearTextKeys - The key sequence that should be used to clear
text from the controls display.true value is returned if the text operations
succeed.public static boolean setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text)
boolean result specified the success of this action.proxy - The proxy for the editable text field to be updated.text - The inputChars to be sent to the text field after it
has been cleared.true value is returned if the text operations
succeed.public static boolean setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
setTextFromGlassOnBaseChannel, except that this method futher allows the key sequence used
to clear text from the control to be specified.proxy - The proxy for the editable text field to be updated.text - The inputChars to be sent to the text field after it
has been cleared.clearTextKeys - The key sequence that should be used to clear
text from the controls display.true value is returned if the text operations
succeed.public static int getMaxDatapoolItemCount()