org.apache.myfaces.custom.panelstack
public class HtmlPanelStack extends HtmlPanelGroup
selectedPanel
defines the id of the child
to be rendered. If no child panel is selected or if the selected panel can not be found the first child is rendered.
Version: $Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
HtmlPanelStack() |
Method Summary | |
---|---|
String | getFamily() |
String | getSelectedPanel() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setSelectedPanel(String selectedPanel) |