public abstract class RichFacesPopupPanel<HEADER,HEADERCONTROLS,BODY> extends AbstractPanel<HEADER,BODY> implements PopupPanel<HEADER,HEADERCONTROLS,BODY>, AdvancedInteractions<RichFacesPopupPanel.AdvancedPopupPanelInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesPopupPanel.AdvancedPopupPanelInteractions |
PopupPanel.ResizerLocation| Constructor and Description |
|---|
RichFacesPopupPanel() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesPopupPanel.AdvancedPopupPanelInteractions |
advanced() |
protected org.jboss.arquillian.graphene.GrapheneElement |
getBodyElement() |
HEADERCONTROLS |
getHeaderControlsContent()
Gets the controls of the popup panel.
|
protected org.jboss.arquillian.graphene.GrapheneElement |
getHeaderControlsElement() |
protected org.jboss.arquillian.graphene.GrapheneElement |
getHeaderElement() |
getBodyContent, getHeaderContent, getRootElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBodyContent, getHeaderContentpublic RichFacesPopupPanel.AdvancedPopupPanelInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesPopupPanel.AdvancedPopupPanelInteractions>public HEADERCONTROLS getHeaderControlsContent()
PopupPanelgetHeaderControlsContent in interface PopupPanel<HEADER,HEADERCONTROLS,BODY>protected org.jboss.arquillian.graphene.GrapheneElement getBodyElement()
getBodyElement in class AbstractPanel<HEADER,BODY>protected org.jboss.arquillian.graphene.GrapheneElement getHeaderControlsElement()
protected org.jboss.arquillian.graphene.GrapheneElement getHeaderElement()
getHeaderElement in class AbstractPanel<HEADER,BODY>Copyright © 2014 JBoss by Red Hat. All rights reserved.