org.apache.myfaces.custom.inputTextHelp
Class HtmlTextHelpRenderer
public class HtmlTextHelpRenderer
Date: 09.06.2005, 22:50:48 void | decode(FacesContext facesContext, UIComponent component)
|
Object | getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue)
|
static String | getHelpText(UIComponent component)
|
static boolean | isSelectText(UIComponent component)
|
void | renderInputTextHelp(FacesContext facesContext, UIInput input)
|
protected void | renderNormal(FacesContext facesContext, UIComponent component)
|
getConvertedValue
public Object getConvertedValue(FacesContext facesContext,
UIComponent component,
Object submittedValue)
throws ConverterException
- getConvertedValue in interface HtmlTextRendererBase
getHelpText
public static String getHelpText(UIComponent component)
isSelectText
public static boolean isSelectText(UIComponent component)
renderInputTextHelp
public void renderInputTextHelp(FacesContext facesContext,
UIInput input)
throws IOException
renderNormal
protected void renderNormal(FacesContext facesContext,
UIComponent component)
throws IOException
- renderNormal in interface HtmlTextRenderer