org.alfresco.web.ui.repo.renderer
Class MultilingualTextAreaRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_impl.renderkit.html.HtmlTextareaRendererBase
              extended by org.apache.myfaces.renderkit.html.HtmlTextareaRenderer
                  extended by org.alfresco.web.ui.repo.renderer.MultilingualTextAreaRenderer

public class MultilingualTextAreaRenderer
extends org.apache.myfaces.renderkit.html.HtmlTextareaRenderer

Renders a multilingual text area.

Renders the default output followed by an icon to represent multilingual properties.


Constructor Summary
MultilingualTextAreaRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void encodeTextArea(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class org.apache.myfaces.shared_impl.renderkit.html.HtmlTextareaRendererBase
decode, getConvertedValue, isDisabled
 
Methods inherited from class org.apache.myfaces.shared_impl.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

MultilingualTextAreaRenderer

public MultilingualTextAreaRenderer()
Method Detail

encodeTextArea

protected void encodeTextArea(javax.faces.context.FacesContext facesContext,
                              javax.faces.component.UIComponent uiComponent)
                       throws java.io.IOException
Overrides:
encodeTextArea in class org.apache.myfaces.shared_impl.renderkit.html.HtmlTextareaRendererBase
Throws:
java.io.IOException

encodeEnd

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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.