org.apache.myfaces.shared_tomahawk.renderkit.html
Class HtmlTextareaRendererBase

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.HtmlTextareaRendererBase
Direct Known Subclasses:
HtmlTextareaRenderer

public class HtmlTextareaRendererBase
extends HtmlRenderer

Version:
$Revision: 987954 $ $Date: 2010-08-22 17:36:51 -0500 (Sun, 22 Aug 2010) $
Author:
Manfred Geiler (latest modification by $Author: aliok $), Anton Koinov

Constructor Summary
HtmlTextareaRendererBase()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void encodeTextArea(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object submittedValue)
           
protected  boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void renderTextAreaBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void renderTextAreaEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void renderTextAreaValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 
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

HtmlTextareaRendererBase

public HtmlTextareaRendererBase()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws java.io.IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
java.io.IOException

encodeTextArea

protected void encodeTextArea(javax.faces.context.FacesContext facesContext,
                              javax.faces.component.UIComponent uiComponent)
                       throws java.io.IOException
Throws:
java.io.IOException

renderTextAreaBegin

protected void renderTextAreaBegin(javax.faces.context.FacesContext facesContext,
                                   javax.faces.component.UIComponent uiComponent)
                            throws java.io.IOException
Throws:
java.io.IOException

renderTextAreaValue

protected void renderTextAreaValue(javax.faces.context.FacesContext facesContext,
                                   javax.faces.component.UIComponent uiComponent)
                            throws java.io.IOException
Throws:
java.io.IOException

renderTextAreaEnd

protected void renderTextAreaEnd(javax.faces.context.FacesContext facesContext,
                                 javax.faces.component.UIComponent uiComponent)
                          throws java.io.IOException
Throws:
java.io.IOException

isDisabled

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

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class javax.faces.render.Renderer

getConvertedValue

public java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext,
                                          javax.faces.component.UIComponent uiComponent,
                                          java.lang.Object submittedValue)
                                   throws javax.faces.convert.ConverterException
Overrides:
getConvertedValue in class javax.faces.render.Renderer
Throws:
javax.faces.convert.ConverterException


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