public class Pagination
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createDots(int sets)
Returns a string containing the nagivation bar that allows the user to move between pages within the list.
|
protected String |
createPagination() |
protected String |
createSetListSelect(int sets)
Returns a string containing the nagivation bar that allows the user to move between pages within the list.
|
int |
doEndTag() |
int |
doStartTag() |
String |
getAction() |
org.rhq.core.domain.util.PageList |
getPageList() |
String |
getPostfix() |
boolean |
isIncludeFirstLast() |
boolean |
isIncludePreviousNext() |
void |
release() |
static String |
removeExistingPaginationParams(String originalActionString,
String postfix) |
void |
setAction(String action) |
void |
setIncludeFirstLast(boolean includeFirstLast) |
void |
setIncludePreviousNext(boolean includePreviousNext) |
void |
setPageList(org.rhq.core.domain.util.PageList pageList) |
void |
setPostfix(String postfix) |
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic final int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionprotected String createSetListSelect(int sets)
protected String createDots(int sets)
public static String removeExistingPaginationParams(String originalActionString, String postfix)
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic org.rhq.core.domain.util.PageList getPageList()
public void setPageList(org.rhq.core.domain.util.PageList pageList)
public String getAction()
public void setAction(String action)
public boolean isIncludeFirstLast()
public void setIncludeFirstLast(boolean includeFirstLast)
public boolean isIncludePreviousNext()
public void setIncludePreviousNext(boolean includePreviousNext)
public String getPostfix()
public void setPostfix(String postfix)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.