Package com.xwiki.pro.test.po.generic
Class TabMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.pro.test.po.generic.TabMacro
-
public class TabMacro extends org.xwiki.test.ui.po.BaseElementRepresents a Tab macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCssClass()StringgetCssStyle()intgetEffectDuration()StringgetId()intgetNextAfter()booleanisActive()booleanisContentDisplayed(String expectedText)
-
-
-
Constructor Detail
-
TabMacro
public TabMacro(String id)
-
-
Method Detail
-
getId
public String getId()
-
isActive
public boolean isActive()
-
getCssClass
public String getCssClass()
-
getCssStyle
public String getCssStyle()
-
getNextAfter
public int getNextAfter()
-
isContentDisplayed
public boolean isContentDisplayed(String expectedText)
-
getEffectDuration
public int getEffectDuration()
-
-