Package com.hp.lft.sdk.wpf
Interface CheckBox
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- UiObjectBase,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A .NET WPF check box.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the help text associated with this object.Returns the text associated with the parent object of this object.getState()Returns the check box status.booleanIndicates whether this check box is checked.booleanIndicates whether this CheckBox is able to display three check states.voidset(CheckedState state) Sets the status of the check box.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods 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.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeyssendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods 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.UiObjectBasegetHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.wpf.UiObjectBasecanFocus, getAttachedText, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, makeVisible, showContextMenuMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getStateReturns the check box status.- Returns:
- the check box status.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setSets the status of the check box.- Parameters:
- state- the status
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isCheckedIndicates whether this check box is checked.
 For a three-state checkbox, IsChecked returns true for either a Checked or Indeterminate State.- Returns:
- true, if the check box is checked.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isThreeStateIndicates whether this CheckBox is able to display three check states.- Returns:
- true if able to display three check states
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getParentTextReturns the text associated with the parent object of this object.- Returns:
- the parent text
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getHelpTextReturns the help text associated with this object.- Returns:
- the help text
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-