Liferay 6.2-ce-ga5

com.liferay.taglib.ui
Class SearchContainerTag<R>

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.ui.SearchContainerTag<R>
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class SearchContainerTag<R>
extends ParamAndPropertyAncestorTagImpl


Field Summary
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SearchContainerTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getCurParam()
           
 int getDelta()
           
 String getDeltaParam()
           
 DisplayTerms getDisplayTerms()
           
 String getEmptyResultsMessage()
           
 PortletURL getIteratorURL()
           
 String getOrderByCol()
           
 String getOrderByColParam()
           
 OrderByComparator getOrderByComparator()
           
 String getOrderByType()
           
 String getOrderByTypeParam()
           
 RowChecker getRowChecker()
           
 SearchContainer<R> getSearchContainer()
           
 DisplayTerms getSearchTerms()
           
 int getTotal()
           
 String getTotalVar()
           
 String getVar()
           
 boolean isDeltaConfigurable()
           
 boolean isHasResults()
          Deprecated. As of 6.2.0, with no direct replacement. See LPS-41307.
 boolean isHover()
           
 void setCurParam(String curParam)
           
 void setDelta(int delta)
           
 void setDeltaConfigurable(boolean deltaConfigurable)
           
 void setDeltaParam(String deltaParam)
           
 void setDisplayTerms(DisplayTerms displayTerms)
           
 void setEmptyResultsMessage(String emptyResultsMessage)
           
 void setHasResults(boolean hasResults)
          Deprecated. As of 6.2.0, see LPS-41307
 void setHeaderNames(String headerNames)
           
 void setHover(boolean hover)
           
 void setId(String id)
           
 void setIteratorURL(PortletURL iteratorURL)
           
 void setOrderByCol(String orderByCol)
           
 void setOrderByColParam(String orderByColParam)
           
 void setOrderByComparator(OrderByComparator orderByComparator)
           
 void setOrderByType(String orderByType)
           
 void setOrderByTypeParam(String orderByTypeParam)
           
 void setRowChecker(RowChecker rowChecker)
           
 void setSearchContainer(SearchContainer<R> searchContainer)
           
 void setSearchTerms(DisplayTerms searchTerms)
           
 void setTotal(int total)
           
 void setTotalVar(String totalVar)
           
 void setVar(String var)
           
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, release, setAllowEmptyParam, setPageContext, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchContainerTag

public SearchContainerTag()
Method Detail

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagSupport

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class BaseBodyTagSupport
Throws:
javax.servlet.jsp.JspException

getCurParam

public String getCurParam()

getDelta

public int getDelta()

getDeltaParam

public String getDeltaParam()

getDisplayTerms

public DisplayTerms getDisplayTerms()

getEmptyResultsMessage

public String getEmptyResultsMessage()

getIteratorURL

public PortletURL getIteratorURL()

getOrderByCol

public String getOrderByCol()

getOrderByColParam

public String getOrderByColParam()

getOrderByComparator

public OrderByComparator getOrderByComparator()

getOrderByType

public String getOrderByType()

getOrderByTypeParam

public String getOrderByTypeParam()

getRowChecker

public RowChecker getRowChecker()

getSearchContainer

public SearchContainer<R> getSearchContainer()

getSearchTerms

public DisplayTerms getSearchTerms()

getTotal

public int getTotal()

getTotalVar

public String getTotalVar()

getVar

public String getVar()

isDeltaConfigurable

public boolean isDeltaConfigurable()

isHasResults

public boolean isHasResults()
Deprecated. As of 6.2.0, with no direct replacement. See LPS-41307.


isHover

public boolean isHover()

setCurParam

public void setCurParam(String curParam)

setDelta

public void setDelta(int delta)

setDeltaConfigurable

public void setDeltaConfigurable(boolean deltaConfigurable)

setDeltaParam

public void setDeltaParam(String deltaParam)

setDisplayTerms

public void setDisplayTerms(DisplayTerms displayTerms)

setEmptyResultsMessage

public void setEmptyResultsMessage(String emptyResultsMessage)

setHasResults

public void setHasResults(boolean hasResults)
Deprecated. As of 6.2.0, see LPS-41307


setHeaderNames

public void setHeaderNames(String headerNames)

setHover

public void setHover(boolean hover)

setId

public void setId(String id)

setIteratorURL

public void setIteratorURL(PortletURL iteratorURL)

setOrderByCol

public void setOrderByCol(String orderByCol)

setOrderByColParam

public void setOrderByColParam(String orderByColParam)

setOrderByComparator

public void setOrderByComparator(OrderByComparator orderByComparator)

setOrderByType

public void setOrderByType(String orderByType)

setOrderByTypeParam

public void setOrderByTypeParam(String orderByTypeParam)

setRowChecker

public void setRowChecker(RowChecker rowChecker)

setSearchContainer

public void setSearchContainer(SearchContainer<R> searchContainer)

setSearchTerms

public void setSearchTerms(DisplayTerms searchTerms)

setTotal

public void setTotal(int total)

setTotalVar

public void setTotalVar(String totalVar)

setVar

public void setVar(String var)

Liferay 6.2-ce-ga5