Class KanbanColumn
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.contrib.application.task.test.po.KanbanColumn
-
public class KanbanColumn extends org.xwiki.test.ui.po.BaseElementRepresents a KanbanBoard macro column and provides access to its attributes.- Since:
- 3.11.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description KanbanColumn(org.openqa.selenium.WebElement column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHeaderColor()List<KanbanCard>getTaskCards()StringgetType()StringgetWidth()
-
-
-
Method Detail
-
getType
public String getType()
-
getTaskCards
public List<KanbanCard> getTaskCards()
-
getHeaderColor
public String getHeaderColor()
-
getWidth
public String getWidth()
-
-