|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.hyperic.hq.ui.taglib.PaginationParameters
public class PaginationParameters
generate pagination info for a spicified list.
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
PaginationParameters()
|
Method Summary | |
---|---|
java.lang.String |
getAction()
Getter for property action. |
java.lang.String |
getDefaultSortColumn()
Getter for property defaultSortColumn. |
java.lang.String |
getItems()
Getter for property items. |
java.lang.Integer |
getListTotalSize()
Getter for property listTotalSsize. |
java.lang.Integer |
getMaxPages()
Getter for property maxPages. |
java.lang.String |
getOrderValue()
Getter for property order. |
java.lang.Integer |
getPageNumber()
Getter for property string. |
java.lang.Integer |
getPageSize()
Getter for property pageSize. |
java.lang.String |
getPageSizeValue()
Getter for property pageSize. |
java.lang.String |
getPageValue()
Getter for property pageValue. |
java.lang.String |
getSortValue()
Getter for property sort. |
boolean |
isIncludeFirstLast()
Getter for property includeFirstLast. |
boolean |
isIncludePreviousNext()
Getter for property includePreviousNext. |
void |
release()
Release tag state. |
void |
setAction(java.lang.String action)
Setter for property action. |
void |
setDefaultSortColumn(java.lang.String defaultSortColumn)
Setter for property defaultSortColumn. |
void |
setIncludeFirstLast(boolean includeFirstLast)
Setter for property includeFirstLast. |
void |
setIncludePreviousNext(boolean includePreviousNext)
Setter for property includePreviousNext. |
void |
setItems(java.lang.String items)
Setter for property items. |
void |
setListTotalSize(java.lang.Integer listTotalSize)
Setter for property listTotalsize. |
void |
setMaxPages(java.lang.Integer maxPages)
Setter for property maxPages. |
void |
setOrderValue(java.lang.String orderValue)
Setter for property order. |
void |
setPageNumber(java.lang.Integer pageNumber)
Setter for property string. |
void |
setPageSize(java.lang.Integer pageSize)
Setter for property pageSize. |
void |
setPageSizeValue(java.lang.String pageSizeValue)
Setter for property pageSize. |
void |
setPageValue(java.lang.String pageValue)
Setter for property pageValue. |
void |
setSortValue(java.lang.String sortValue)
Setter for property sort. |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaginationParameters()
Method Detail |
---|
public java.lang.String getOrderValue()
public void setOrderValue(java.lang.String orderValue)
order
- New value of property order.public java.lang.String getItems()
public void setItems(java.lang.String items)
items
- New value of property items.public java.lang.String getPageSizeValue()
public void setPageSizeValue(java.lang.String pageSizeValue)
pageSize
- New value of property pageSize.public java.lang.String getSortValue()
public void setSortValue(java.lang.String sortValue)
sort
- New value of property sort.public java.lang.String getAction()
public void setAction(java.lang.String action)
action
- New value of property action.public java.lang.Integer getMaxPages()
public void setMaxPages(java.lang.Integer maxPages)
maxPages
- New value of property maxPages.public boolean isIncludeFirstLast()
public void setIncludeFirstLast(boolean includeFirstLast)
includeFirstLast
- New value of property includeFirstLast.public boolean isIncludePreviousNext()
public void setIncludePreviousNext(boolean includePreviousNext)
includePreviousNext
- New value of property includePreviousNext.public java.lang.Integer getPageSize()
public void setPageSize(java.lang.Integer pageSize)
pageSize
- New value of property pageSize.public java.lang.Integer getListTotalSize()
public void setListTotalSize(java.lang.Integer listTotalSize)
listTotalsize
- New value of property listTotalsize.public java.lang.String getPageValue()
public void setPageValue(java.lang.String pageValue)
pageValue
- New value of property pageValue.public java.lang.String getDefaultSortColumn()
public void setDefaultSortColumn(java.lang.String defaultSortColumn)
defaultSortColumn
- New value of property defaultSortColumn.public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.TagSupport
public java.lang.Integer getPageNumber()
public void setPageNumber(java.lang.Integer pageNumber)
string
- New value of property string.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |