|
RichFaces UI Components UI 4.2.3.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTogglePanel | |
---|---|
org.richfaces.component | |
org.richfaces.component.behavior | |
org.richfaces.renderkit.html |
Uses of AbstractTogglePanel in org.richfaces.component |
---|
Subclasses of AbstractTogglePanel in org.richfaces.component | |
---|---|
class |
AbstractAccordion
The <rich:accordion> is a series of panels stacked on top of each other, each collapsed such that only the header of the panel is showing. |
class |
AbstractCollapsiblePanel
The <rich:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated. |
class |
AbstractTabPanel
The <rich:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time. |
class |
UIAccordion
The <rich:accordion> is a series of panels stacked on top of each other, each collapsed such that only the header of the panel is showing. |
class |
UICollapsiblePanel
The <rich:collapsiblePanel> component is a collapsible panel that shows or hides content when the header bar is activated. |
class |
UITabPanel
The <rich:tabPanel> component provides a set of tabbed panels for displaying one panel of content at a time. |
class |
UITogglePanel
The <rich:togglePanel> component is used as a base for the other switchable components, the <rich:accordion> component and the <rich:tabPanel> component. |
Methods in org.richfaces.component that return AbstractTogglePanel | |
---|---|
AbstractTogglePanel |
AbstractTogglePanelItemInterface.getParentPanel()
|
AbstractTogglePanel |
AbstractTogglePanelItem.getParentPanel()
|
Uses of AbstractTogglePanel in org.richfaces.component.behavior |
---|
Methods in org.richfaces.component.behavior that return AbstractTogglePanel | |
---|---|
static AbstractTogglePanel |
ToggleControl.getEnclosedPanel(javax.faces.component.UIComponent comp)
|
AbstractTogglePanel |
ToggleControl.getPanel(javax.faces.component.UIComponent comp)
|
Uses of AbstractTogglePanel in org.richfaces.renderkit.html |
---|
Methods in org.richfaces.renderkit.html with parameters of type AbstractTogglePanel | |
---|---|
protected boolean |
TogglePanelRenderer.isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel)
|
protected boolean |
TabPanelRenderer.isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel)
|
|
RichFaces UI Components UI 4.2.3.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |