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, termStartTag
action, getEntityName, getEntityObj, getFormTag, getNavigatorNode, getPageContext, rowCommand, targetCommand
contextPath, 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, wantToDelQuestion
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
public void tagMiddle(java.lang.StringBuilder output)
protected void tagPost() throws java.io.IOException
public boolean isEditable()
isEditable
in class TermTag
public java.lang.String getWithOp()
public void setWithOp(java.lang.String withOp)