|
||||||||||
| 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
This component can act as a regular link (outputLink) or a link that submit to the server-side (commandLink), depending upon the url property. Note that the target property works in both mode.
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Constructor Summary | |
Link()
|
|
| Method Summary | |
javax.faces.convert.Converter |
getConverter()
Returns the Converter instance registered with this component. |
java.lang.String |
getFamily()
|
java.lang.String |
getHoverIconUrl()
Returns the url of the image to display whenever the mouse cursor moves over the compoennt |
java.lang.String |
getIconPosition()
Returns the alignment of the icon |
java.lang.String |
getIconUrl()
Returns the url of the image to display |
java.lang.String |
getParameterValue(java.lang.String parameterName)
Returns the value of the specified parameter |
java.lang.String |
getShortcut()
Returns the shortcut key (1 character) that is used to give the focus to the component. |
java.lang.String |
getTooltip()
Returns the specified the text of the tooltip |
java.lang.Object |
getValue()
Returns the The current value of this component |
boolean |
isDisabled()
Returns the flag indicating whether the component is disabled or no |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setConverter(javax.faces.convert.Converter converter)
Sets the Converter instance registered with this component. |
void |
setDisabled(boolean disabled)
Sets the flag indicating whether the component is disabled or no |
void |
setHoverIconUrl(java.lang.String hoverIconUrl)
Sets the url of the image to display whenever the mouse cursor moves over the compoennt |
void |
setIconPosition(java.lang.String iconPosition)
Sets the alignment of the icon |
void |
setIconUrl(java.lang.String iconUrl)
Sets the url of the image to display |
void |
setShortcut(java.lang.String shortcut)
Sets the shortcut key (1 character) that is used to give the focus to the component. |
void |
setTooltip(java.lang.String tooltip)
Sets the specified the text of the tooltip |
void |
setValue(java.lang.Object value)
Sets the The current value of this component |
| 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 Link()
| Method Detail |
public java.lang.String getFamily()
public javax.faces.convert.Converter getConverter()
public boolean isDisabled()
public java.lang.String getHoverIconUrl()
public java.lang.String getIconPosition()
public java.lang.String getIconUrl()
public java.lang.String getParameterValue(java.lang.String parameterName)
parameterName -
public java.lang.String getShortcut()
public java.lang.String getTooltip()
public java.lang.Object getValue()
public void setConverter(javax.faces.convert.Converter converter)
converter - Converterpublic void setDisabled(boolean disabled)
disabled - booleanpublic void setHoverIconUrl(java.lang.String hoverIconUrl)
hoverIconUrl - Stringpublic void setIconPosition(java.lang.String iconPosition)
iconPosition - String (left, right)public void setIconUrl(java.lang.String iconUrl)
iconUrl - Stringpublic void setShortcut(java.lang.String shortcut)
shortcut - Stringpublic void setTooltip(java.lang.String tooltip)
tooltip - Stringpublic void setValue(java.lang.Object value)
value - Object
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||