Package com.xwiki.pro.test.po.generic
Class PanelMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.pro.test.po.generic.PanelMacro
-
public class PanelMacro extends org.xwiki.test.ui.po.BaseElementRepresents a Panel macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description PanelMacro(org.openqa.selenium.WebElement panel, org.openqa.selenium.WebElement panelBorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBorderRadius()StringgetBorderStyle()StringgetContentBackgroundColor()StringgetContentColor()StringgetContentText()StringgetCssClass()StringgetFooterBackgroundColor()StringgetFooterColor()StringgetFooterText()StringgetHeight()StringgetTitleBackgroundColor()StringgetTitleColor()StringgetTitleText()StringgetWidth()
-
-
-
Method Detail
-
getWidth
public String getWidth()
-
getHeight
public String getHeight()
-
getBorderRadius
public String getBorderRadius()
-
getBorderStyle
public String getBorderStyle()
-
getTitleBackgroundColor
public String getTitleBackgroundColor()
-
getTitleColor
public String getTitleColor()
-
getTitleText
public String getTitleText()
-
getContentBackgroundColor
public String getContentBackgroundColor()
-
getContentColor
public String getContentColor()
-
getContentText
public String getContentText()
-
getFooterBackgroundColor
public String getFooterBackgroundColor()
-
getFooterColor
public String getFooterColor()
-
getFooterText
public String getFooterText()
-
getCssClass
public String getCssClass()
-
-