org.apache.myfaces.renderkit.html.ext
Class HtmlTextRenderer
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
           org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
               org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
- Direct Known Subclasses: 
- HtmlTextHelpRenderer
- public class HtmlTextRenderer 
- extends HtmlTextRendererBase
- Version:
- $Revision: 659874 $ $Date: 2008-05-24 15:59:15 -0500 (Sat, 24 May 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
 
| 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 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 | 
 
HtmlTextRenderer
public HtmlTextRenderer()
isDisabled
protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent uiComponent)
- 
- Overrides:
- isDisabledin class- 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:
- encodeEndin class- HtmlTextRendererBase
 
- 
- Throws:
- IOException
 
renderInput
protected void renderInput(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent component)
                    throws IOException
- 
- Overrides:
- renderInputin class- 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:
- decodein class- HtmlTextRendererBase
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.