org.apache.myfaces.renderkit.html.ext
Class HtmlTextRenderer

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.HtmlTextRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
Direct Known Subclasses:
HtmlTextHelpRenderer

public class HtmlTextRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase

Version:
$Revision: 659874 $ $Date: 2008-05-24 15:59:15 -0500 (Sat, 24 May 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Constructor Summary
HtmlTextRenderer()
           
 
Method Summary
protected  String createOnChangeListenerJS(String inputDisabledClientId)
           
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  String getOnChangeFunctionName(String inputDisabledClientId)
           
protected  boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  boolean isDisabledOnClientSide(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderHiddenInput(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderInput(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderInputValueOnly(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderNormal(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
getConvertedValue, renderOutput, renderOutputText
 
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, encodeBegin, encodeChildren, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTextRenderer

public HtmlTextRenderer()
Method Detail

isDisabled

protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent uiComponent)
Overrides:
isDisabled in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase

isDisabledOnClientSide

protected boolean isDisabledOnClientSide(javax.faces.context.FacesContext facesContext,
                                         javax.faces.component.UIComponent component)

encodeEnd

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

renderInput

protected void renderInput(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent component)
                    throws IOException
Overrides:
renderInput in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
Throws:
IOException

renderHiddenInput

protected void renderHiddenInput(javax.faces.context.FacesContext facesContext,
                                 javax.faces.component.UIComponent component)
                          throws IOException
Throws:
IOException

renderInputValueOnly

protected void renderInputValueOnly(javax.faces.context.FacesContext facesContext,
                                    javax.faces.component.UIComponent component)
                             throws IOException
Throws:
IOException

renderNormal

protected void renderNormal(javax.faces.context.FacesContext facesContext,
                            javax.faces.component.UIComponent component)
                     throws IOException
Throws:
IOException

getOnChangeFunctionName

protected String getOnChangeFunctionName(String inputDisabledClientId)

createOnChangeListenerJS

protected String createOnChangeListenerJS(String inputDisabledClientId)

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase


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