|
||||||||||
| 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.UICommand
com.infragistics.faces.shared.component.Link
com.infragistics.faces.shared.component.html.HtmlLink
com.infragistics.faces.shared.component.html.HtmlHeaderLink
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Constructor Summary | |
HtmlHeaderLink()
|
|
| Method Summary | |
java.lang.String |
getExpandedHoverIconUrl()
Returns the url of the image to display whenever the mouse cursor moves over the compoennt and it's expanded |
java.lang.String |
getExpandedHoverStyleClass()
Returns the name of the css class applied to the component when the mouse cursor is over it and it's expanded |
java.lang.String |
getExpandedIconUrl()
Returns the url of the image to display whenever expanded |
java.lang.String |
getExpandedStyleClass()
Returns the name of the css class applied to the component whenever expanded |
java.lang.String |
getFamily()
|
boolean |
isExpanded()
Returns the flag indicating if the headerLink is expanded |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setExpanded(boolean expanded)
Sets the flag indicating if the headerLink is expanded |
void |
setExpandedHoverIconUrl(java.lang.String expandedHoverIconUrl)
Sets the url of the image to display whenever the mouse cursor moves over the compoennt and it's expanded |
void |
setExpandedHoverStyleClass(java.lang.String expandedHoverStyleClass)
Sets the name of the css class applied to the component when the mouse cursor is over it and it's expanded |
void |
setExpandedIconUrl(java.lang.String expandedIconUrl)
Sets the url of the image to display whenever expanded |
void |
setExpandedStyleClass(java.lang.String expandedStyleClass)
Sets the name of the css class applied to the component whenever expanded |
| Methods inherited from class com.infragistics.faces.shared.component.html.HtmlLink |
getHoverStyleClass, getStyle, getStyleClass, getTarget, getUrl, setHoverStyleClass, setStyle, setStyleClass, setTarget, setUrl |
| Methods inherited from class com.infragistics.faces.shared.component.Link |
getConverter, getHoverIconUrl, getIconPosition, getIconUrl, getParameterValue, getShortcut, getTooltip, getValue, isDisabled, setConverter, setDisabled, setHoverIconUrl, setIconPosition, setIconUrl, setShortcut, setTooltip, setValue |
| Methods inherited from class javax.faces.component.UICommand |
addActionListener, broadcast, getAction, getActionListener, getActionListeners, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate |
| Methods inherited from class javax.faces.component.UIComponentBase |
decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static java.lang.String COMPONENT_FAMILY
public static java.lang.String COMPONENT_TYPE
public static java.lang.String RENDERER_TYPE
| Constructor Detail |
public HtmlHeaderLink()
| Method Detail |
public java.lang.String getFamily()
getFamily in class HtmlLinkpublic boolean isExpanded()
public java.lang.String getExpandedHoverIconUrl()
public java.lang.String getExpandedHoverStyleClass()
public java.lang.String getExpandedIconUrl()
public java.lang.String getExpandedStyleClass()
public void setExpanded(boolean expanded)
expanded - booleanpublic void setExpandedHoverIconUrl(java.lang.String expandedHoverIconUrl)
expandedHoverIconUrl - Stringpublic void setExpandedHoverStyleClass(java.lang.String expandedHoverStyleClass)
expandedHoverStyleClass - Stringpublic void setExpandedIconUrl(java.lang.String expandedIconUrl)
expandedIconUrl - Stringpublic void setExpandedStyleClass(java.lang.String expandedStyleClass)
expandedStyleClass - String
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class HtmlLinkpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class HtmlLink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||