|
||||||||||
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
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
org.apache.myfaces.tobago.internal.component.AbstractUICommand
org.apache.myfaces.tobago.component.UICommand
org.apache.myfaces.tobago.component.UILink
public class UILink
Renders a link element.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.LinkTagDeclaration
.
Field Summary | |
---|---|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UICommand |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UILink()
|
Method Summary | |
---|---|
Character |
getAccessKey()
Deprecated. |
String |
getImage()
Url to an image to display. |
String |
getLabel()
Text value to display as label. |
String |
getLabelWithAccessKey()
Deprecated. |
Integer |
getTabIndex()
Controls the navigation of the focus through the input controls on a page with the Tab-Key. |
String |
getTip()
Text value to display as tooltip. |
boolean |
isInline()
Flag indicating this component should rendered as an inline element. |
void |
restoreState(FacesContext context,
Object componentState)
|
Object |
saveState(FacesContext context)
|
void |
setAccessKey(Character accessKey)
Deprecated. |
void |
setImage(String image)
|
void |
setInline(boolean inline)
|
void |
setLabel(String label)
|
void |
setLabelWithAccessKey(String labelWithAccessKey)
Deprecated. |
void |
setTabIndex(Integer tabIndex)
|
void |
setTip(String tip)
|
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase |
---|
processDecodes, queueEvent |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionExpression, setActionListener, setValue |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
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.tobago.component.UILinkCommand |
---|
broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, setId, setParent, setRendered, setRendererType, setValueBinding |
Methods inherited from interface javax.faces.component.ActionSource |
---|
addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate |
Methods inherited from interface javax.faces.component.StateHolder |
---|
isTransient, setTransient |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent |
---|
isRendered |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getRendererType |
Field Detail |
---|
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public UILink()
Method Detail |
---|
@Deprecated public Character getAccessKey()
@Deprecated public void setAccessKey(Character accessKey)
@Deprecated public String getLabelWithAccessKey()
@Deprecated public void setLabelWithAccessKey(String labelWithAccessKey)
public Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
public String getTip()
public void setTip(String tip)
public boolean isInline()
false
public void setInline(boolean inline)
public String getImage()
public void setImage(String image)
public String getLabel()
public void setLabel(String label)
public void restoreState(FacesContext context, Object componentState)
restoreState
in interface StateHolder
restoreState
in class UICommand
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |