org.apache.myfaces.html5.renderkit.input.delegate
Class HtmlTextAreaRendererDelegate

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.html5.renderkit.input.delegate.HtmlTextAreaRendererDelegate

public class HtmlTextAreaRendererDelegate
extends javax.faces.render.Renderer

Delegate renderer that is used when the type of < hx:input > is one of "textarea".

Author:
Ali Ok

Constructor Summary
HtmlTextAreaRendererDelegate()
           
 
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, Html5BaseInputText component)
           
 Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, Object submittedValue)
           
protected  void renderTextAreaBegin(javax.faces.context.FacesContext facesContext, Html5BaseInputText component)
           
protected  void renderTextAreaEnd(javax.faces.context.FacesContext facesContext, Html5BaseInputText component)
           
protected  void renderTextAreaValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 
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

HtmlTextAreaRendererDelegate

public HtmlTextAreaRendererDelegate()
Method Detail

encodeEnd

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

encodeTextArea

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

renderTextAreaBegin

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

renderTextAreaValue

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

renderTextAreaEnd

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

decode

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

getConvertedValue

public Object getConvertedValue(javax.faces.context.FacesContext facesContext,
                                javax.faces.component.UIComponent uiComponent,
                                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.