Package com.hp.lft.sdk.sap.ui5
Interface FacetFilter
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,SupportDragAndDrop
,SupportsNativeObject
,TestObject
,TestObjectDescriber
,VisibleProvider
,WaitUntilEnabledProvider
,WaitUntilVisibleProvider
,WebElement
,WebTestObject
,WebTestObjectDescriber
An SAPUI5 facet filter object.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of facet filter object.Returns the functionality provided byDesktopFacetFilterBehavior
.Returns the collection of all filter lists.Returns the functionality provided byMobileFacetFilterBehavior
.getMode()
Returns the visual design of the facet filter.int
getSelectedKeysCountFor
(String filterListTitle) Returns the number of selected keys in the specified filter list.getSelectedKeysFor
(String filterListTitle) Returns the selected filter keys in the specified filter list.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
Methods inherited from interface com.hp.lft.sdk.web.WebElement
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipe
Methods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
Methods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getControlType
ControlType getControlType()Returns the type of facet filter object. Possible values:ControlType
- Returns:
- The type of facet filter object, or
Unknown
if the control type cannot be determined.
-
getMobile
MobileFacetFilterBehavior getMobile()Returns the functionality provided byMobileFacetFilterBehavior
.- Returns:
- The functionality provided by
MobileFacetFilterBehavior
.
-
getDesktop
DesktopFacetFilterBehavior getDesktop()Returns the functionality provided byDesktopFacetFilterBehavior
.- Returns:
- the functionality provided by
DesktopFacetFilterBehavior
.
-
getFilters
Returns the collection of all filter lists.- Returns:
- The collection of all filter lists.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getMode
Returns the visual design of the facet filter.- Returns:
- The visual design of the facet filter. Possible values:
FacetFilterMode
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getSelectedKeysFor
Returns the selected filter keys in the specified filter list.- Parameters:
filterListTitle
- the title of the filter list.- Returns:
- The selected keys in the specified filter list.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getSelectedKeysCountFor
Returns the number of selected keys in the specified filter list.- Parameters:
filterListTitle
- the title of the filter list.- Returns:
- The number of the selected keys in the specified filter list.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-