Class ColumnViewItem
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pagewidgets.granite.columnview.ColumnViewItem
-
public class ColumnViewItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ColumnViewItem(java.lang.String collectionSelector, java.lang.String relId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()Activates the item by click on it.voiddeselect()Deselects the item by clicking on the thumbnail.booleanisParent()Returns whether or not the item is a parent in the columnview.booleanisVisible()Checks if the item is visible.booleanpreviewIsVisible()Checks if the preview of this column is visible.voidselect()Selects the item by clicking on the thumbnail.voidwaitForPreview()Waits till the preview of this column is visible.
-
-
-
Method Detail
-
waitForPreview
public void waitForPreview()
Waits till the preview of this column is visible.
-
previewIsVisible
public boolean previewIsVisible()
Checks if the preview of this column is visible.- Returns:
- the result of the check.
-
isVisible
public boolean isVisible()
Checks if the item is visible.- Returns:
- the result of the check.
-
isParent
public boolean isParent()
Returns whether or not the item is a parent in the columnview.- Returns:
- whether or not the item is a parent.
-
select
public void select()
Selects the item by clicking on the thumbnail.
-
deselect
public void deselect()
Deselects the item by clicking on the thumbnail.
-
activate
public void activate()
Activates the item by click on it.
-
-