|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
edu.internet2.middleware.grouper.ui.tags.GrouperPagingTag
public class GrouperPagingTag
does paging google style
Constructor Summary | |
---|---|
GrouperPagingTag()
|
Method Summary | |
---|---|
void |
doTag()
|
String |
getPagingName()
pagingName |
String |
getRefreshOperation()
operation to call when refreshing |
boolean |
isShowSummaryOrButtons()
|
void |
setPagingName(String pagingName1)
|
void |
setRefreshOperation(String refreshOperation1)
operation to call when refreshing |
void |
setShowSummaryOrButtons(boolean showSummaryOrButtons1)
show summary or buttons |
boolean |
showButton(QueryPaging queryPaging,
int pageNumber)
|
boolean |
showEllipses(QueryPaging queryPaging,
int pageNumber)
|
boolean |
showLabel(QueryPaging queryPaging,
int pageNumber)
|
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
findAncestorWithClass, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperPagingTag()
Method Detail |
---|
public void doTag() throws JspException, IOException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
IOException
SimpleTagSupport.doTag()
public String getPagingName()
public boolean isShowSummaryOrButtons()
public void setShowSummaryOrButtons(boolean showSummaryOrButtons1)
showSummaryOrButtons1
- the showSummaryOrButtons to setpublic void setPagingName(String pagingName1)
pagingName1
- the pagingName to setpublic String getRefreshOperation()
public void setRefreshOperation(String refreshOperation1)
refreshOperation1
- the refreshOperation to setpublic boolean showEllipses(QueryPaging queryPaging, int pageNumber)
queryPaging
- pageNumber
-
public boolean showLabel(QueryPaging queryPaging, int pageNumber)
queryPaging
- pageNumber
-
public boolean showButton(QueryPaging queryPaging, int pageNumber)
queryPaging
- pageNumber
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |