Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.component.behavior | |
org.richfaces.renderkit.html |
HTML-specific renderer classes
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AbstractTogglePanel |
AbstractTogglePanelItem.getParentPanel() |
AbstractTogglePanel |
AbstractTogglePanelItemInterface.getParentPanel() |
Modifier and Type | Method and Description |
---|---|
TogglePanelVisitState |
AbstractTogglePanel.visitTogglePanelItems(AbstractTogglePanel panel,
TogglePanelVisitCallback callback) |
Modifier and Type | Method and Description |
---|---|
static AbstractTogglePanel |
ToggleControl.getEnclosedPanel(javax.faces.component.UIComponent comp) |
AbstractTogglePanel |
ToggleControl.getPanel(javax.faces.component.UIComponent comp) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TabPanelRenderer.isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel) |
protected boolean |
TogglePanelRenderer.isSubmitted(javax.faces.context.FacesContext context,
AbstractTogglePanel panel) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.