public interface Panel<HEADER,BODY>
Modifier and Type | Method and Description |
---|---|
BODY |
getBodyContent()
Gets the class representing the body of this panel.
|
HEADER |
getHeaderContent()
Gets the class representing the header of this panel.
|
HEADER getHeaderContent()
IllegalStateException
- when this panel has no header elementTextualRichFacesPanel
BODY getBodyContent()
TextualRichFacesPanel
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.