Package com.xwiki.diagram.test.po
Class DiagramMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.diagram.test.po.DiagramMacro
-
public class DiagramMacro extends org.xwiki.test.ui.po.BaseElementRepresents a Diagram macro and provides access to its attributes.- Since:
- 1.22.8
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description DiagramMacro(org.openqa.selenium.WebElement diagram)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaption()StringgetCreateButtonTemplateType()StringgetEditLink()StringgetLink()StringgetReference()StringgetWarningMessage()booleanhasDataModel()booleanhasSvg()booleanhasThumbnail()booleanhasToolbar()booleanhasWarningMessage()booleanisCreateButton()booleanisInteractiveSvg()
-
-
-
Method Detail
-
isCreateButton
public boolean isCreateButton()
-
getCreateButtonTemplateType
public String getCreateButtonTemplateType()
-
hasThumbnail
public boolean hasThumbnail()
-
hasSvg
public boolean hasSvg()
-
isInteractiveSvg
public boolean isInteractiveSvg()
-
hasDataModel
public boolean hasDataModel()
-
hasToolbar
public boolean hasToolbar()
-
getEditLink
public String getEditLink()
-
getCaption
public String getCaption()
-
getLink
public String getLink()
-
getReference
public String getReference()
-
hasWarningMessage
public boolean hasWarningMessage()
-
getWarningMessage
public String getWarningMessage()
-
-