|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UICommand org.apache.struts.faces.component.CommandLinkComponent
public class CommandLinkComponent
Custom component that emulates the JSF standard component class
javax.faces.component.html.HtmlCommandLink
(and its
corresponding renderer) but is not tied to a particular implementation of
renderer for javax.faces.component.UIForm
.
Field Summary |
---|
Fields inherited from class javax.faces.component.UICommand |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Constructor Summary | |
---|---|
CommandLinkComponent()
Create a new CommandLinkComponent with default properties. |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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 |
Constructor Detail |
---|
public CommandLinkComponent()
Create a new CommandLinkComponent
with default properties.
Method Detail |
---|
public String getAccesskey()
public void setAccesskey(String accesskey)
public String getCharset()
public void setCharset(String charset)
public String getDir()
public void setDir(String dir)
public String getFamily()
Return the component family to which this component belongs.
getFamily
in class javax.faces.component.UICommand
public String getHreflang()
public void setHreflang(String hreflang)
public String getLang()
public void setLang(String lang)
public String getOnblur()
public void setOnblur(String onblur)
public String getOnclick()
public void setOnclick(String onclick)
public String getOndblclick()
public void setOndblclick(String ondblclick)
public String getOnfocus()
public void setOnfocus(String onfocus)
public String getOnkeydown()
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
public void setOnmouseup(String onmouseup)
public String getRel()
public void setRel(String rel)
public String getRev()
public void setRev(String rev)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getTabindex()
public void setTabindex(String tabindex)
public String getTarget()
public void setTarget(String target)
public String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public void restoreState(javax.faces.context.FacesContext context, Object state)
Restore the state of this component.
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UICommand
context
- FacesContext
for the current requeststate
- State object from which to restore our statepublic Object saveState(javax.faces.context.FacesContext context)
Save the state of this component.
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UICommand
context
- FacesContext
for the current request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |