org.apache.myfaces.custom.inputTextHelp
Class HtmlTextHelpRenderer

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
                  extended by org.apache.myfaces.custom.inputTextHelp.HtmlTextHelpRenderer

public class HtmlTextHelpRenderer
extends HtmlTextRenderer

Version:
Date: 09.06.2005, 22:50:48
Author:
Thomas Obereder

Constructor Summary
HtmlTextHelpRenderer()
           
 
Method Summary
static void addJavaScriptResources(javax.faces.context.FacesContext facesContext)
           
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object submittedValue)
           
static String getHelpText(javax.faces.component.UIComponent component)
           
static boolean isSelectText(javax.faces.component.UIComponent component)
           
 void renderInputTextHelp(javax.faces.context.FacesContext facesContext, javax.faces.component.UIInput input)
           
protected  void renderNormal(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
createOnChangeListenerJS, encodeEnd, getOnChangeFunctionName, isDisabled, isDisabledOnClientSide, renderHiddenInput, renderInput, renderInputValueOnly
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
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

HtmlTextHelpRenderer

public HtmlTextHelpRenderer()
Method Detail

renderNormal

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

isSelectText

public static boolean isSelectText(javax.faces.component.UIComponent component)

getHelpText

public static String getHelpText(javax.faces.component.UIComponent component)

renderInputTextHelp

public void renderInputTextHelp(javax.faces.context.FacesContext facesContext,
                                javax.faces.component.UIInput input)
                         throws IOException
Throws:
IOException

decode

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

getConvertedValue

public Object getConvertedValue(javax.faces.context.FacesContext facesContext,
                                javax.faces.component.UIComponent component,
                                Object submittedValue)
                         throws javax.faces.convert.ConverterException
Overrides:
getConvertedValue in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
Throws:
javax.faces.convert.ConverterException

addJavaScriptResources

public static void addJavaScriptResources(javax.faces.context.FacesContext facesContext)


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