public abstract class RichFacesCollapsiblePanel<HEADER,BODY> extends AbstractPanel<HEADER,BODY> implements CollapsiblePanel<HEADER,BODY>, AdvancedInteractions<RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions |
| Constructor and Description |
|---|
RichFacesCollapsiblePanel() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions |
advanced() |
CollapsiblePanel<HEADER,BODY> |
collapse()
Collapse this panel.
|
CollapsiblePanel<HEADER,BODY> |
expand()
Expand this panel.
|
protected org.jboss.arquillian.graphene.GrapheneElement |
getBodyElement() |
protected org.jboss.arquillian.graphene.GrapheneElement |
getHeaderElement() |
getBodyContent, getHeaderContent, getRootElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBodyContent, getHeaderContentpublic RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesCollapsiblePanel.AdvancedCollapsiblePanelInteractions>protected org.jboss.arquillian.graphene.GrapheneElement getHeaderElement()
getHeaderElement in class AbstractPanel<HEADER,BODY>protected org.jboss.arquillian.graphene.GrapheneElement getBodyElement()
getBodyElement in class AbstractPanel<HEADER,BODY>public CollapsiblePanel<HEADER,BODY> collapse()
CollapsiblePanelcollapse in interface CollapsiblePanel<HEADER,BODY>public CollapsiblePanel<HEADER,BODY> expand()
CollapsiblePanelexpand in interface CollapsiblePanel<HEADER,BODY>Copyright © 2014 JBoss by Red Hat. All rights reserved.