public class SearchCriterion extends TermTag
SearchBox. Depending on the data type of the attribute involved in the filter expression, the rendering selects the correct html tag to be rendered.
Depending on whether the iteration index of the page is equal -1 the TermTag will be editable or not. An optional logical operator is rendered too (the default one is '=').| Constructor and Description |
|---|
SearchCriterion() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
java.lang.String |
getWithOp() |
boolean |
isEditable() |
void |
setWithOp(java.lang.String withOp) |
void |
tagMiddle(java.lang.StringBuilder output) |
protected void |
tagPost() |
protected void |
tagPre(java.lang.StringBuilder output) |
dictPath, getLabel, getPath, renderedValue, setLabel, setPath, tagBottom, tagTop, termEndTag, termStartTagaction, getEntityName, getEntityObj, getFormTag, getNavigatorNode, getPageContext, rowCommand, targetCommandcontextPath, detailRowCommand, getMsgKey, getText, getUrl, getValue, href, href, imageTag, imageTag, inputTag, inputTag, inputTag, isAdd, isEdit, optionTag, out, outButton, outHidden, outHref, outInputTag, renderEntity, renderEntity, request, setMsgKey, setValue, styleWrap, wantToDelQuestionpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic void tagMiddle(java.lang.StringBuilder output)
protected void tagPost()
throws java.io.IOException
public boolean isEditable()
isEditable in class TermTagpublic java.lang.String getWithOp()
public void setWithOp(java.lang.String withOp)