|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeHandler
| Method Summary | |
|---|---|
String |
checkHtmlInput(Node node,
Field field,
boolean errors)
Produces a div, containing the error message for the current value, or the empty string if everything ok. |
String |
htmlInput(Node node,
Field field,
boolean search)
Produces an form input field for the given Node, and Field. |
String |
htmlInputId(Node node,
Field field)
|
void |
init()
|
void |
paramHtmlInput(ParamHandler handler,
Field field)
|
boolean |
useHtmlInput(Node node,
Field field)
returns true if setValue happened. |
String |
whereHtmlInput(Field field)
|
Constraint |
whereHtmlInput(Field field,
Query query)
|
| Method Detail |
|---|
String htmlInput(Node node,
Field field,
boolean search)
throws JspTagException
search - if true, then a search field is produced.
JspTagException
String htmlInputId(Node node,
Field field)
throws JspTagException
JspTagException
String checkHtmlInput(Node node,
Field field,
boolean errors)
throws JspTagException
errors - Whether to output the error messages (otherwises only invalidates form)
JspTagException
boolean useHtmlInput(Node node,
Field field)
throws JspTagException
JspTagException
String whereHtmlInput(Field field)
throws JspTagException
JspTagException
void paramHtmlInput(ParamHandler handler,
Field field)
throws JspTagException
JspTagException
Constraint whereHtmlInput(Field field,
Query query)
throws JspTagException
JspTagExceptionvoid init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||