org.apache.myfaces.custom.inputTextHelp
public class HtmlInputTextHelp extends HtmlInputText
Version: $Date: 2005-07-02 15:32:34 +01:00 (Thu, 09 Jun 2005)
| Field Summary | |
|---|---|
| static String | COMPONENT_TYPE |
| static String | JS_FUNCTION_RESET_HELP |
| static String | JS_FUNCTION_SELECT_TEXT |
| Constructor Summary | |
|---|---|
| HtmlInputTextHelp() | |
| Method Summary | |
|---|---|
| String | getClientId(FacesContext context) |
| String | getHelpText() |
| boolean | isSelectText() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setHelpText(String helpText) |
| void | setSelectText(boolean selectText) |