Package com.hp.lft.sdk.oracle
Interface Notification
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- TopLevelObject,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle error or message window.
- 
Method SummaryModifier and TypeMethodDescriptionvoidapprove()Clicks the Yes or OK button.voidcancel()Clicks the Cancel button.voidclickButton(String name) Clicks the specified button.voiddecline()Clicks the No button.The Oracle class hierarchy of the object's Oracle class.Returns the text of the displayed message.getTitle()Returns the window title.getType()Returns the type of notification.voidClicks the default button in the window.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- 
getMessageReturns the text of the displayed message.- Returns:
- the text of the displayed message.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTitleReturns the window title.- Returns:
- the window title.
- 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
 
- 
getTypeReturns the type of notification. Possible values:NotificationType- Returns:
- the type of notification. Possible values: NotificationType
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
approveClicks the Yes or OK button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
cancelClicks the Cancel button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
declineClicks the No button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
selectDefaultButtonClicks the default button in the window.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
clickButtonClicks the specified button.- Parameters:
- name- The button name.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-