com.ibm.ccd.ui.tags
Class UISearchUtilResultTag

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

public class UISearchUtilResultTag
extends UISearchResultTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.ccd.ui.tags.UISearchResultTag
maxCols, metaDataList, out, portletContext, portletRequest, primaryKey, resultData, resultDataList, resultsBean, rowData, SEARCH_UTIL_PORTLET, searchElements
 
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
UISearchUtilResultTag()
           
 
Method Summary
protected  void constructRows()
          Item primary key should be displayed as normal text in SearchUtil portlet and not as hyperlink.
protected  void displayPrimaryKey(java.util.HashMap dataElements)
           
protected  void displayTitle()
           
 
Methods inherited from class com.ibm.ccd.ui.tags.UISearchResultTag
constructHeadings, constructLink, constructNavigationLinks, constructResultTable, doStartTag, getDisplayValue, orderResultMetaData
 
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

UISearchUtilResultTag

public UISearchUtilResultTag()
Method Detail

constructRows

protected void constructRows()
                      throws java.io.IOException
Item primary key should be displayed as normal text in SearchUtil portlet and not as hyperlink.

Overrides:
constructRows in class UISearchResultTag
Throws:
java.io.IOException

displayPrimaryKey

protected void displayPrimaryKey(java.util.HashMap dataElements)
                          throws java.io.IOException
Overrides:
displayPrimaryKey in class UISearchResultTag
Throws:
java.io.IOException

displayTitle

protected void displayTitle()
                     throws java.io.IOException
Overrides:
displayTitle in class UISearchResultTag
Throws:
java.io.IOException