public abstract class AbstractPanel<HEADER,BODY> extends Object implements Panel<HEADER,BODY>
| Constructor and Description |
|---|
AbstractPanel() |
| Modifier and Type | Method and Description |
|---|---|
BODY |
getBodyContent()
Gets the class representing the body of this panel.
|
protected abstract org.openqa.selenium.WebElement |
getBodyElement() |
HEADER |
getHeaderContent()
Gets the class representing the header of this panel.
|
protected abstract org.jboss.arquillian.graphene.GrapheneElement |
getHeaderElement() |
protected org.openqa.selenium.WebElement |
getRootElement() |
public BODY getBodyContent()
PanelgetBodyContent in interface Panel<HEADER,BODY>TextualRichFacesPanelprotected abstract org.openqa.selenium.WebElement getBodyElement()
public HEADER getHeaderContent()
PanelgetHeaderContent in interface Panel<HEADER,BODY>TextualRichFacesPanelprotected abstract org.jboss.arquillian.graphene.GrapheneElement getHeaderElement()
protected org.openqa.selenium.WebElement getRootElement()
Copyright © 2014 JBoss by Red Hat. All rights reserved.