com.ibm.ccd.ui.tags
Class UILookupTableSearchCriteriaTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.ibm.ccd.ui.tags.UISearchCriteriaTag
          extended by com.ibm.ccd.ui.tags.UILookupTableSearchCriteriaTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class UILookupTableSearchCriteriaTag
extends UISearchCriteriaTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.ccd.ui.tags.UISearchCriteriaTag
orderedElements, out, request, searchAttributes
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
UILookupTableSearchCriteriaTag()
           
 
Method Summary
protected  void renderLookupTableSearchButton(BaseSearchElement searchElement)
          recursive Lookup table search is not supported so blank implementation is given
 
Methods inherited from class com.ibm.ccd.ui.tags.UISearchCriteriaTag
doStartTag, generateSearchTable
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UILookupTableSearchCriteriaTag

public UILookupTableSearchCriteriaTag()
Method Detail

renderLookupTableSearchButton

protected void renderLookupTableSearchButton(BaseSearchElement searchElement)
                                      throws java.io.IOException
recursive Lookup table search is not supported so blank implementation is given

Overrides:
renderLookupTableSearchButton in class UISearchCriteriaTag
Throws:
java.io.IOException