com.ibm.team.fvt.tests.clm.pages.menus
Class RmFilterLinkTypeMenu
java.lang.Object
com.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebMenu
com.ibm.team.fvt.tests.clm.pages.menus.ClmMenu
com.ibm.team.fvt.tests.clm.pages.menus.RmFilterLinkTypeMenu
public class RmFilterLinkTypeMenu
- extends ClmMenu
Sub-menu to select a filter for Link Type.
This sub-menu is opened from RmFilterLinksMenu
.
Following features are accessible in this page:
public RmFilterLinkTypeMenu(ClmWebPage page)
RmFilterLinkTypeMenu
public RmFilterLinkTypeMenu(ClmWebPage page,
org.openqa.selenium.By menuBy)
getMenuOptions
public java.util.List<com.ibm.team.fvt.tests.web.WebBrowserElement> getMenuOptions()
- Overrides:
getMenuOptions
in class com.ibm.team.fvt.tests.web.WebMenu
selectLinkType
public boolean selectLinkType(java.lang.String linkType)
- Select the given link type in the menu.
This is a no-op if the link type is already selected.
- Parameters:
linkType
- The link type to select. Valid values are:
- Returns:
true
If the filter was well applied, false
if the item was not found.