public class SearchIteratorTag<R> extends SearchPaginatorTag<R>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_DISPLAY_STYLE |
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
SearchIteratorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
java.lang.String |
getDisplayStyle() |
java.lang.String |
getMarkupView() |
protected java.lang.String |
getPage() |
ResultRowSplitter |
getResultRowSplitter() |
java.lang.String |
getSearchResultCssClass() |
boolean |
isFixedHeader() |
boolean |
isPaginate() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setDisplayStyle(java.lang.String displayStyle) |
void |
setFixedHeader(boolean fixedHeader) |
void |
setMarkupView(java.lang.String markupView) |
void |
setPaginate(boolean paginate) |
void |
setResultRowSplitter(ResultRowSplitter resultRowSplitter) |
void |
setSearchResultCssClass(java.lang.String searchResultCssClass) |
getId, getType, setId, setTypegetSearchContainer, isShowAddButton, setSearchContainer, setShowAddButtoncallSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic static final java.lang.String DEFAULT_DISPLAY_STYLE
public java.lang.String getDisplayStyle()
public java.lang.String getMarkupView()
getMarkupView in class SearchPaginatorTag<R>public ResultRowSplitter getResultRowSplitter()
public java.lang.String getSearchResultCssClass()
public boolean isFixedHeader()
public boolean isPaginate()
public void setDisplayStyle(java.lang.String displayStyle)
public void setFixedHeader(boolean fixedHeader)
public void setMarkupView(java.lang.String markupView)
setMarkupView in class SearchPaginatorTag<R>public void setPaginate(boolean paginate)
public void setResultRowSplitter(ResultRowSplitter resultRowSplitter)
public void setSearchResultCssClass(java.lang.String searchResultCssClass)
protected void cleanUp()
cleanUp in class SearchPaginatorTag<R>protected java.lang.String getPage()
getPage in class SearchPaginatorTag<R>protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class SearchPaginatorTag<R>