protected static class ListView.DefaultSelectableList extends AbstractListSelectable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME_OL_LIST |
static java.lang.String |
CLASS_NAME_UL_LIST |
static java.lang.String[] |
supportedClazzes |
contentObjects, DEFAULT_WAIT_TIME
parent
Constructor and Description |
---|
DefaultSelectableList(Component component) |
Modifier and Type | Method and Description |
---|---|
Item[] |
getContent()
Try to get the cached content according to the WebElement.
If no cached content can be found, then get the real-time content by calling AbstractSelectable.getCacheableContent() ,and put the content in the cache and return it. If subclass doesn't need this functionality, then just override this method. If subclass needs this functionality, then override method AbstractSelectable.getCacheableContent() |
java.lang.String[] |
getSupportedClassNames() |
activateItem, convertToItem, getMatchedElement, getMatchedItem, selectItem, verifyItemSelected, verifyItemSelection
activateItem, clearCache, clickElement, getCacheableContent, selectItem, showOnPage, verifyContains, verifyItemSelection, verifyItemSelection, waitAndVerifyItemSelected, waitElementReady, waitElementReady
isShowOnPage, isSupported, refresh, webelement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activateItem, selectItem, verifyContains, verifyItemSelection
clearCache
public static final java.lang.String CLASS_NAME_UL_LIST
public static final java.lang.String CLASS_NAME_OL_LIST
public static final java.lang.String[] supportedClazzes
public DefaultSelectableList(Component component) throws SeleniumPlusException
SeleniumPlusException
public java.lang.String[] getSupportedClassNames()
public Item[] getContent() throws SeleniumPlusException
AbstractSelectable
AbstractSelectable.getCacheableContent()
,AbstractSelectable.getCacheableContent()
getContent
in interface IListSelectable
getContent
in interface ISelectable
getContent
in class AbstractListSelectable
SeleniumPlusException
AbstractSelectable.getCacheableContent()
Copyright © SAS Institute. All Rights Reserved.