|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.component.html.ext.AbstractHtmlPanelGroup
org.apache.myfaces.component.html.ext.HtmlPanelGroup
org.apache.myfaces.custom.navigation.AbstractHtmlPanelNavigation
public abstract class AbstractHtmlPanelNavigation
Renders a vertical menu structure with support for nested menu
items. Unless otherwise specified, all attributes accept
static values or EL expressions.
Panel, that includes navigation items (HtmlCommandNavigation
) and other
components (separators).
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.apache.myfaces.component.html.ext.AbstractHtmlPanelGroup |
---|
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 | |
---|---|
AbstractHtmlPanelNavigation()
|
Method Summary | |
---|---|
void |
decode(javax.faces.context.FacesContext context)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
abstract java.lang.String |
getActiveItemClass()
The CSS class of the active navigation item. |
abstract java.lang.String |
getActiveItemStyle()
The CSS Style of the active navigation item. |
abstract java.lang.String |
getItemClass()
The CSS class of closed navigation items. |
abstract java.lang.String |
getItemStyle()
The CSS Style of closed navigation items. |
abstract java.lang.String |
getOpenItemClass()
The CSS class of open navigation items. |
abstract java.lang.String |
getOpenItemStyle()
The CSS Style of open navigation items. |
abstract java.lang.String |
getSeparatorClass()
The CSS class for the td element of a separator. |
abstract java.lang.String |
getSeparatorStyle()
The CSS Style for the td element of a separator. |
void |
restoreOpenActiveStates(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIViewRoot previousRoot,
java.util.List children)
|
Methods inherited from class org.apache.myfaces.component.html.ext.AbstractHtmlPanelGroup |
---|
getClientId, isDisplayValueOnly, isRendered, isSetDisplayValueOnly, setDisplayValueOnly |
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 |
Methods inherited from interface org.apache.myfaces.component.AlignProperty |
---|
getAlign |
Methods inherited from interface org.apache.myfaces.component.UniversalProperties |
---|
getDir, getLang, getTitle |
Methods inherited from interface org.apache.myfaces.component.EventAware |
---|
getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup |
Methods inherited from interface org.apache.myfaces.component.DataProperties |
---|
getDatafld, getDataformatas, getDatasrc |
Methods inherited from interface org.apache.myfaces.component.PanelProperties |
---|
getBgcolor, getBorder, getCellpadding, getCellspacing, getFrame, getRules, getSummary, getWidth |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public AbstractHtmlPanelNavigation()
Method Detail |
---|
public void decode(javax.faces.context.FacesContext context)
decode
in class javax.faces.component.UIComponentBase
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class javax.faces.component.UIComponentBase
java.io.IOException
public void restoreOpenActiveStates(javax.faces.context.FacesContext facesContext, javax.faces.component.UIViewRoot previousRoot, java.util.List children)
public abstract java.lang.String getItemClass()
public abstract java.lang.String getOpenItemClass()
public abstract java.lang.String getActiveItemClass()
public abstract java.lang.String getSeparatorClass()
public abstract java.lang.String getItemStyle()
public abstract java.lang.String getOpenItemStyle()
public abstract java.lang.String getActiveItemStyle()
public abstract java.lang.String getSeparatorStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |