org.apache.myfaces.custom.toggle
Class ToggleLinkRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
              extended by org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer
                  extended by org.apache.myfaces.renderkit.html.ext.HtmlLinkRenderer
                      extended by org.apache.myfaces.custom.toggle.ToggleLinkRenderer

public class ToggleLinkRenderer
extends HtmlLinkRenderer

Renderer for component HtmlAjaxChildComboBox

Author:
Sharath Reddy

Field Summary
static int DEFAULT_MAX_SUGGESTED_ITEMS
           
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
URL_STATE_MARKER, URL_STATE_MARKER_LEN
 
Constructor Summary
ToggleLinkRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void renderOutputLinkEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderOutputLinkStart(javax.faces.context.FacesContext facesContext, javax.faces.component.UIOutput output)
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.ext.HtmlLinkRenderer
renderCommandLinkEnd, renderCommandLinkStart, renderSpanEnd, renderSpanStart
 
Methods inherited from class org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer
addHiddenCommandParameter, findNestingForm
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
decode, encodeChildren, getRendersChildren, getStyle, getStyleClass, renderJavaScriptAnchorStart, renderNonJavaScriptAnchorStart
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAX_SUGGESTED_ITEMS

public static final int DEFAULT_MAX_SUGGESTED_ITEMS
See Also:
Constant Field Values
Constructor Detail

ToggleLinkRenderer

public ToggleLinkRenderer()
Method Detail

renderOutputLinkStart

protected void renderOutputLinkStart(javax.faces.context.FacesContext facesContext,
                                     javax.faces.component.UIOutput output)
                              throws IOException
Overrides:
renderOutputLinkStart in class HtmlLinkRenderer
Throws:
IOException

renderOutputLinkEnd

protected void renderOutputLinkEnd(javax.faces.context.FacesContext facesContext,
                                   javax.faces.component.UIComponent component)
                            throws IOException
Overrides:
renderOutputLinkEnd in class HtmlLinkRenderer
Throws:
IOException

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context,
                        javax.faces.component.UIComponent component)
                 throws IOException
Overrides:
encodeBegin in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.