public abstract class AbstractPanel<HEADER,BODY> extends Object implements Panel<HEADER,BODY>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPanel.AdvancedPanelInteractions |
| Constructor and Description |
|---|
AbstractPanel() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractPanel.AdvancedPanelInteractions |
advanced() |
protected Class<BODY> |
getBodyClass() |
BODY |
getBodyContent()
Gets the class representing the body of this panel.
|
protected Class<HEADER> |
getHeaderClass() |
HEADER |
getHeaderContent()
Gets the class representing the header of this panel.
|
public abstract AbstractPanel.AdvancedPanelInteractions advanced()
public BODY getBodyContent()
PanelgetBodyContent in interface Panel<HEADER,BODY>TextualRichFacesPanelpublic HEADER getHeaderContent()
PanelgetHeaderContent in interface Panel<HEADER,BODY>TextualRichFacesPanelCopyright © 2014 JBoss by Red Hat. All Rights Reserved.