|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| 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. |
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 |
public String htmlInput(Node node,
Field field,
boolean search)
throws JspTagException
search - if true, then a search field is produced.
JspTagException
public String checkHtmlInput(Node node,
Field field,
boolean errors)
throws JspTagException
errors - Whether to output the error messages (otherwises only invalidates form)
JspTagException
public boolean useHtmlInput(Node node,
Field field)
throws JspTagException
JspTagException
public String whereHtmlInput(Field field)
throws JspTagException
JspTagException
public void paramHtmlInput(ParamHandler handler,
Field field)
throws JspTagException
JspTagException
public Constraint whereHtmlInput(Field field,
Query query)
throws JspTagException
JspTagExceptionpublic void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||