org.apache.myfaces.custom.inputTextHelp
Class HtmlTextHelpRenderer
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
org.apache.myfaces.renderkit.html.ext.HtmlTextRenderer
org.apache.myfaces.custom.inputTextHelp.HtmlTextHelpRenderer
public class HtmlTextHelpRenderer
- extends HtmlTextRenderer
- Version:
- Date: 09.06.2005, 22:50:48
- Author:
- Thomas Obereder
Method Summary |
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)
|
static void |
renderBehaviorizedEventHandlersWithoutOnclick(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
String targetClientId,
Map<String,List<javax.faces.component.behavior.ClientBehavior>> clientBehaviors)
|
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, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, isDisabled, isDisabledOnClientSide, renderHiddenInput, renderInput, renderInputValueOnly, renderOutput |
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 |
HtmlTextHelpRenderer
public HtmlTextHelpRenderer()
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
renderBehaviorizedEventHandlersWithoutOnclick
public static void renderBehaviorizedEventHandlersWithoutOnclick(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent uiComponent,
String targetClientId,
Map<String,List<javax.faces.component.behavior.ClientBehavior>> clientBehaviors)
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 HtmlTextRendererBase
- Throws:
javax.faces.convert.ConverterException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.