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()
Panel
getBodyContent
in interface Panel<HEADER,BODY>
TextualRichFacesPanel
public HEADER getHeaderContent()
Panel
getHeaderContent
in interface Panel<HEADER,BODY>
TextualRichFacesPanel
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.