Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.component.html.ext.HtmlPanelGroup
org.apache.myfaces.custom.navigation.HtmlPanelNavigation
public class HtmlPanelNavigation
extends HtmlPanelGroup
HtmlCommandNavigation
) and other
components (separators).
Field Summary | |
static String | |
static String |
Fields inherited from class org.apache.myfaces.component.html.ext.HtmlPanelGroup | |
COMPONENT_TYPE |
Fields inherited from interface org.apache.myfaces.component.DisplayValueOnlyCapable | |
DISPLAY_VALUE_ONLY_ATTR , DISPLAY_VALUE_ONLY_STYLE_ATTR , DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware | |
ENABLED_ON_USER_ROLE_ATTR , VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
Method Summary | |
void |
|
void |
|
String | |
String | |
String | |
String | |
String | |
String | |
String | |
String | |
String | |
void |
|
void |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlPanelGroup | |
getClientId , getDisplayValueOnlyStyle , getDisplayValueOnlyStyleClass , getEnabledOnUserRole , getVisibleOnUserRole , isDisplayValueOnly , isRendered , isSetDisplayValueOnly , restoreState , saveState , setDisplayValueOnly , setDisplayValueOnlyStyle , setDisplayValueOnlyStyleClass , setEnabledOnUserRole , setVisibleOnUserRole |
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public void decode(FacesContext context)
public void encodeBegin(FacesContext context) throws IOException
public String getActiveItemClass()
public String getActiveItemStyle()
public String getFamily()
public String getItemClass()
public String getItemStyle()
public String getOpenItemClass()
public String getOpenItemStyle()
public String getSeparatorClass()
public String getSeparatorStyle()
public void restoreOpenActiveStates(FacesContext facesContext, UIViewRoot previousRoot, List children)
public void restoreState(FacesContext context, Object state)
- Overrides:
- restoreState in interface HtmlPanelGroup
public Object saveState(FacesContext context)
- Overrides:
- saveState in interface HtmlPanelGroup
public void setActiveItemClass(String activeItemClass)
public void setActiveItemStyle(String activeItemStyle)
public void setItemClass(String itemClass)
public void setItemStyle(String itemStyle)
public void setOpenItemClass(String openItemClass)
public void setOpenItemStyle(String openItemStyle)
public void setSeparatorClass(String separatorClass)
public void setSeparatorStyle(String separatorStyle)