org.apache.myfaces.custom.navigation
Class HtmlPanelNavigation

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by javax.faces.component.html.HtmlPanelGroup
                  extended by org.apache.myfaces.component.html.ext.HtmlPanelGroup
                      extended by org.apache.myfaces.custom.navigation.HtmlPanelNavigation
All Implemented Interfaces:
javax.faces.component.StateHolder, UserRoleAware, org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable

public class HtmlPanelNavigation
extends HtmlPanelGroup

Panel, that includes navigation items (HtmlCommandNavigation) and other components (separators).

Version:
$Revision: 472638 $ $Date: 2006-11-08 21:54:13 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class org.apache.myfaces.component.html.ext.HtmlPanelGroup
BLOCK_LAYOUT, DEFAULT_COLSPAN
 
Fields inherited from interface org.apache.myfaces.component.UserRoleAware
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR
 
Fields inherited from interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
DISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR
 
Constructor Summary
HtmlPanelNavigation()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context)
           
 void encodeBegin(javax.faces.context.FacesContext context)
           
 java.lang.String getActiveItemClass()
           
 java.lang.String getActiveItemStyle()
           
 java.lang.String getFamily()
           
 java.lang.String getItemClass()
           
 java.lang.String getItemStyle()
           
 java.lang.String getOpenItemClass()
           
 java.lang.String getOpenItemStyle()
           
 java.lang.String getSeparatorClass()
           
 java.lang.String getSeparatorStyle()
           
 void restoreOpenActiveStates(javax.faces.context.FacesContext facesContext, javax.faces.component.UIViewRoot previousRoot, java.util.List children)
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setActiveItemClass(java.lang.String activeItemClass)
           
 void setActiveItemStyle(java.lang.String activeItemStyle)
           
 void setItemClass(java.lang.String itemClass)
           
 void setItemStyle(java.lang.String itemStyle)
           
 void setOpenItemClass(java.lang.String openItemClass)
           
 void setOpenItemStyle(java.lang.String openItemStyle)
           
 void setSeparatorClass(java.lang.String separatorClass)
           
 void setSeparatorStyle(java.lang.String separatorStyle)
           
 
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlPanelGroup
getClientId, getColspan, getDisplayValueOnlyStyle, getDisplayValueOnlyStyleClass, getEnabledOnUserRole, getLayout, getVisibleOnUserRole, isDisplayValueOnly, isRendered, isSetDisplayValueOnly, setColspan, setDisplayValueOnly, setDisplayValueOnlyStyle, setDisplayValueOnlyStyleClass, setEnabledOnUserRole, setLayout, setVisibleOnUserRole
 
Methods inherited from class javax.faces.component.html.HtmlPanelGroup
getStyle, getStyleClass, setStyle, setStyleClass
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlPanelNavigation

public HtmlPanelNavigation()
Method Detail

decode

public void decode(javax.faces.context.FacesContext context)
Overrides:
decode in class javax.faces.component.UIComponentBase

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
Overrides:
encodeBegin in class javax.faces.component.UIComponentBase
Throws:
java.io.IOException

restoreOpenActiveStates

public void restoreOpenActiveStates(javax.faces.context.FacesContext facesContext,
                                    javax.faces.component.UIViewRoot previousRoot,
                                    java.util.List children)

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIPanel

setItemClass

public void setItemClass(java.lang.String itemClass)

getItemClass

public java.lang.String getItemClass()

setOpenItemClass

public void setOpenItemClass(java.lang.String openItemClass)

getOpenItemClass

public java.lang.String getOpenItemClass()

setActiveItemClass

public void setActiveItemClass(java.lang.String activeItemClass)

getActiveItemClass

public java.lang.String getActiveItemClass()

setSeparatorClass

public void setSeparatorClass(java.lang.String separatorClass)

getSeparatorClass

public java.lang.String getSeparatorClass()

setItemStyle

public void setItemStyle(java.lang.String itemStyle)

getItemStyle

public java.lang.String getItemStyle()

setOpenItemStyle

public void setOpenItemStyle(java.lang.String openItemStyle)

getOpenItemStyle

public java.lang.String getOpenItemStyle()

setActiveItemStyle

public void setActiveItemStyle(java.lang.String activeItemStyle)

getActiveItemStyle

public java.lang.String getActiveItemStyle()

setSeparatorStyle

public void setSeparatorStyle(java.lang.String separatorStyle)

getSeparatorStyle

public java.lang.String getSeparatorStyle()

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class HtmlPanelGroup

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class HtmlPanelGroup


Copyright © 2009. All Rights Reserved.