public class ListPageBarTag extends EmpireTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected String |
label |
protected String |
linkClass |
protected String |
onclick |
protected String |
padding |
protected ListPagingInfo |
pagingInfo |
protected String |
setPageParam |
protected Object |
size |
protected String |
textClass |
autoResetParams, cssClass, cssStyle, log| Constructor and Description |
|---|
ListPageBarTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
populatePageParams(int pageIndex,
boolean isCurrent,
String text) |
protected void |
populateParams() |
protected void |
resetParams() |
void |
setAction(String action) |
void |
setLabel(String label) |
void |
setLinkClass(String linkClass) |
void |
setOnclick(String onclick) |
void |
setPagingInfo(ListPagingInfo pagingInfo) |
void |
setSize(Object size) |
addStandardAttributes, checkAction, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, strfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected ListPagingInfo pagingInfo
protected Object size
protected String action
protected String setPageParam
protected String label
protected String linkClass
protected String textClass
protected String padding
protected String onclick
protected void resetParams()
resetParams in class EmpireTagSupportpublic org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getBean in class org.apache.struts2.views.jsp.ComponentTagSupportprotected void populateParams()
populateParams in class EmpireTagSupportprotected void populatePageParams(int pageIndex,
boolean isCurrent,
String text)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class org.apache.struts2.views.jsp.ComponentTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class EmpireTagSupportjavax.servlet.jsp.JspExceptionpublic void setPagingInfo(ListPagingInfo pagingInfo)
public void setAction(String action)
public void setLinkClass(String linkClass)
public void setSize(Object size)
public void setLabel(String label)
public void setOnclick(String onclick)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.