public class CommandLinkRenderer extends LinkRenderer
UICommand as a HyperLink that acts like a Button.HtmlBasicRenderer.Paramlogger| Constructor and Description |
|---|
CommandLinkRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected java.lang.String |
getOnClickScript(java.lang.String formClientId,
java.lang.String commandClientId,
java.lang.String target,
HtmlBasicRenderer.Param[] params) |
boolean |
getRendersChildren() |
protected java.lang.Object |
getValue(javax.faces.component.UIComponent component) |
protected void |
renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent command) |
renderAsDisabled, writeCommonLinkAttributes, writeValueaddGenericErrorMessage, augmentIdReference, convertClientId, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, setSubmittedValue, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class HtmlBasicRendererpublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeChildren in class javax.faces.render.Rendererjava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class HtmlBasicRendererjava.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class HtmlBasicRendererprotected java.lang.Object getValue(javax.faces.component.UIComponent component)
getValue in class HtmlBasicRendererprotected java.lang.String getOnClickScript(java.lang.String formClientId,
java.lang.String commandClientId,
java.lang.String target,
HtmlBasicRenderer.Param[] params)
protected void renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent command)
throws java.io.IOException
renderAsActive in class LinkRendererjava.io.IOExceptionCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.