Package com.hp.lft.sdk.oracle
Interface EditField
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle text field.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the caption of the object.The Oracle class hierarchy of the object's Oracle class.Indicates accessibility description of the object as specified by the server.Indicates internal name of the object supplied by the application server.getText()Returns the value of the object.Indicates the text displayed in the object's tooltip.booleanIndicates whether the text field is editable.voidOpens the field's associated dialog box.voidsetFocus()Transfers the focus to the field.voidEnters the specified text into the field.voidsetTextAndValidate(String text) Enters the specified text into the field with validation.voidvalidate()Transfers the focus out of the field.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods 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.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getTextReturns the value of the object.- Returns:
- the value of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getCaptionReturns the caption of the object.- Returns:
- the caption of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isEditableIndicates whether the text field is editable.- Returns:
- true if editable.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectDescriptionIndicates accessibility description of the object as specified by the server.- Returns:
- the accessibility description of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getObjectNameIndicates internal name of the object supplied by the application server.- Returns:
- the internal name of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTooltipTextIndicates the text displayed in the object's tooltip.- Returns:
- the text displayed in the object's tooltip.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
validateTransfers the focus out of the field.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setFocusTransfers the focus to the field.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
openDialogOpens the field's associated dialog box.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setTextAndValidateEnters the specified text into the field with validation.- Parameters:
- text- The text to enter in the text field.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setTextEnters the specified text into the field.- Parameters:
- text- The text to enter in the text field.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-