Class Table
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.granite.Collection
-
- com.adobe.cq.testing.selenium.pagewidgets.granite.Table
-
public class Table extends Collection
The Table component wrapper.
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.granite.Collection
COLLECTION_ITEM_ID_ATTRIBUTE, DEFAULT_ALLITEMS_SELECTOR, DEFAULT_ITEM_SELECTOR_PATTERN
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description Table(java.lang.String selector)Creates the wrapper element for the table identified by the provided selector.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscrollToEnd()Scroll to the end of the table.voidscrollToTop()Scroll to the top of the table.com.codeborne.selenide.SelenideElementselectAllCheckbox()Gets the select all checkbox element of the this table collection component.-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.granite.Collection
activate, columnPreview, deselectItem, deselectThumbnailItem, getCollectionItem, getHasMoreElementsSelector, getId, getItems, getLazyItemClass, getPendingItemClass, getSelectedItems, hasCollectionItem, hasItemAtIndex, hasLazyItemAtIndex, hasMoreElements, hasPendingItemAtIndex, isLazyLoadingSupported, isSelectable, selectActionOnCollectionItem, selectItem, selectThumbnailItem, setAllItemsSelector, setHasMoreElementsSelector, setItemSelectorPattern, setLazyItemClass, setLazyLoadingSupported, setPendingItemClass, toggleItem, toggleSelectionItem, waitForItem, waitForItemPreview, waitForLoadingItemAtIndex
-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
getAction, getTrackingElement, waitPageMasked, waitPageUnmasked, waitReady
-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
adaptTo, click, element, getCssSelector, isExisting, isVisible, isVisibleWithinViewport, render, scrollTo, waitDisabled, waitEnabled, waitVanish, waitVisible
-
-
-
-
Method Detail
-
scrollToEnd
public void scrollToEnd()
Scroll to the end of the table.
-
scrollToTop
public void scrollToTop()
Scroll to the top of the table.
-
selectAllCheckbox
public com.codeborne.selenide.SelenideElement selectAllCheckbox()
Gets the select all checkbox element of the this table collection component.- Returns:
- the checkbox element for the select all.
-
-