Uses of Class
com.sun.webui.jsf.component.PanelGroup

Packages that use PanelGroup
com.sun.webui.jsf.bean   
 

Uses of PanelGroup in com.sun.webui.jsf.bean
 

Methods in com.sun.webui.jsf.bean that return PanelGroup
 PanelGroup HelpBackingBean.getSearchPanel()
          Get the PanelGroup to use for the search tab content.
 PanelGroup HelpBackingBean.getSearchResultsPanel()
          Get the PanelGroup to use for the search results.
 

Methods in com.sun.webui.jsf.bean with parameters of type PanelGroup
 void HelpBackingBean.setSearchPanel(PanelGroup panel)
          Set the PanelGroup to use for the search tab content.
 void HelpBackingBean.setSearchResultsPanel(PanelGroup panel)
          Set the PanelGroup to use for the search results.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.