Package com.hp.lft.sdk.te
Interface Field
- All Superinterfaces:
- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilVisibleProvider
A terminal emulator field that fully supports HLLAPI.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the Terminal Emulator Field attached text.Returns the background color of the terminal emulator field.getColor()Returns the color of the text in the terminal emulator field.intgetId()Returns the Terminal Emulator Field ID.intReturns the Terminal Emulator Field length.Returns the Terminal Emulator Field start column and row column property.getText()Returns the Terminal Emulator Field text.booleanReturns the Terminal Emulator Field numeric property.booleanReturns the Terminal Emulator Field protected property.booleanReturns the Visible attribute for TeField.voidPlaces the cursor in the specified position within the field.voidsetCursor(long offset) Places the cursor in the specified position within the field.voidInserts text into a hidden (invisible) field.voidInserts text into an unprotected field.voidInserts text into an unprotected field.Methods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getTextReturns the Terminal Emulator Field text.- Returns:
- Terminal Emulator Field text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getLengthReturns the Terminal Emulator Field length.- Returns:
- Terminal Emulator Field length.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getAttachedTextReturns the Terminal Emulator Field attached text.- Returns:
- Terminal Emulator Field attached text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isNumericReturns the Terminal Emulator Field numeric property.- Returns:
- Terminal Emulator Field numeric property.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isProtectedReturns the Terminal Emulator Field protected property.- Returns:
- Terminal Emulator Field protected property.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isVisibleReturns the Visible attribute for TeField.- Specified by:
- isVisiblein interface- VisibleProvider
- Returns:
- Visible attribute for TeField.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getIdReturns the Terminal Emulator Field ID.- Returns:
- Terminal Emulator Field ID.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getBackgroundColorReturns the background color of the terminal emulator field.- Returns:
- the terminal emulator field background color.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getColorReturns the color of the text in the terminal emulator field.- Returns:
- the terminal emulator field color.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getStartPositionReturns the Terminal Emulator Field start column and row column property.- Returns:
- Terminal Emulator Field start column and row column property.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setTextInserts text into an unprotected field.- Parameters:
- text- the string that will be inserted in the field.
- offset- the position in the field of the text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setTextInserts text into an unprotected field. The default value for the position in the field is 0.- Parameters:
- text- the string that will be inserted in the field.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setCursorPlaces the cursor in the specified position within the field.- Parameters:
- offset- the position in the field where the cursor will be positioned.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setCursorPlaces the cursor in the specified position within the field. The default value for the position in the field is 0.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setSecureInserts text into a hidden (invisible) field.- Parameters:
- codedString- the coded string which will be inserted in the field.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-