Package | Description |
---|---|
org.richfaces.component |
Fundamental APIs for user interface components
|
org.richfaces.component.html |
Specialized user interface component classes for HTML
|
org.richfaces.renderkit |
Fundamental classes and interfaces defining the rendering model
|
org.richfaces.renderkit.html |
Classes defining the rendering model for HTML
|
Modifier and Type | Method and Description |
---|---|
UITabPanel |
UITab.getPane()
Get enclosed
UITabPanel tab panel for this component. |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTabPanel |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
TabPanelInfoCollector.collectTabPanelInfo(javax.faces.context.FacesContext context,
UITabPanel tabPanel) |
java.lang.String |
TabPanelRendererBase.encodeHeaderSpacing(javax.faces.context.FacesContext context,
UITabPanel pane) |
void |
TabPanelRendererBase.encodeTabPanelScript(javax.faces.context.FacesContext context,
UITabPanel pane) |
void |
TabPanelRendererBase.encodeTabs(javax.faces.context.FacesContext context,
UITabPanel tabPanel) |
void |
TabPanelRendererBase.encodeTabsScript(javax.faces.context.FacesContext context,
UITabPanel pane)
Encode JavaScript function for switch tabs.
|
protected java.lang.String |
TabClassBuilder.getCommonTabClassFromPane(UITabPanel pane)
general class of all tabs specified on pane
|
protected java.lang.String |
TabClassBuilder.getSpecificTabClassFromPane(UITab tab,
UITabPanel pane)
get class from pane depending on tab kind
|
protected java.lang.String |
TabPanelRendererBase.getValueAsString(javax.faces.context.FacesContext context,
UITabPanel tabPanel) |
Modifier and Type | Method and Description |
---|---|
void |
TabPanelRenderer.doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
TabPanelRenderer.doEncodeChildren(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
TabPanelRenderer.doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITabPanel component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
Copyright © 2013. All Rights Reserved.