Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.util.AttributesTagSupport
                  extended by com.liferay.taglib.util.IncludeTag
                      extended by com.liferay.taglib.ui.SearchFormTag<R>
                          extended by com.liferay.taglib.ui.SearchPaginatorTag<R>
                              extended by com.liferay.taglib.ui.SearchIteratorTag<R>
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class SearchIteratorTag<R>
extends SearchPaginatorTag<R>


Field Summary
static String DEFAULT_DISPLAY_STYPE
           
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SearchIteratorTag()
           
 
Method Summary
protected  void cleanUp()
           
 String getDisplayStyle()
           
protected  String getPage()
           
 ResultRowSplitter getResultRowSplitter()
           
protected  void setAttributes(javax.servlet.http.HttpServletRequest request)
           
 void setDisplayStyle(String displayStyle)
           
 void setMarkupView(String markupView)
           
 void setPaginate(boolean paginate)
           
 void setResultRowSplitter(ResultRowSplitter resultRowSplitter)
           
 
Methods inherited from class com.liferay.taglib.ui.SearchPaginatorTag
setId, setType
 
Methods inherited from class com.liferay.taglib.ui.SearchFormTag
setSearchContainer, setShowAddButton
 
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
 
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext
 
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DISPLAY_STYPE

public static final String DEFAULT_DISPLAY_STYPE
See Also:
Constant Field Values
Constructor Detail

SearchIteratorTag

public SearchIteratorTag()
Method Detail

getDisplayStyle

public String getDisplayStyle()

getResultRowSplitter

public ResultRowSplitter getResultRowSplitter()

setDisplayStyle

public void setDisplayStyle(String displayStyle)

setMarkupView

public void setMarkupView(String markupView)
Overrides:
setMarkupView in class SearchPaginatorTag<R>

setPaginate

public void setPaginate(boolean paginate)

setResultRowSplitter

public void setResultRowSplitter(ResultRowSplitter resultRowSplitter)

cleanUp

protected void cleanUp()
Overrides:
cleanUp in class SearchPaginatorTag<R>

getPage

protected String getPage()
Overrides:
getPage in class SearchPaginatorTag<R>

setAttributes

protected void setAttributes(javax.servlet.http.HttpServletRequest request)
Overrides:
setAttributes in class SearchPaginatorTag<R>

Liferay 7.0-ce-b4