com.liferay.taglib.ui
Class SearchIteratorTag<R>
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
com.liferay.taglib.util.IncludeTag
com.liferay.taglib.ui.SearchFormTag<R>
com.liferay.taglib.ui.SearchPaginatorTag<R>
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>
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| 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.ParamAndPropertyAncestorTagImpl |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DISPLAY_STYPE
public static final String DEFAULT_DISPLAY_STYPE
- See Also:
- Constant Field Values
SearchIteratorTag
public SearchIteratorTag()
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>